Uncaught Error: Element type is invalid: expected a string (built-in components) or a class/function ( composite components) but got: undefined
Uncaught Error: Element type is invalid: expected a string (built-in components) or a class/function ( composite components) but got: undefined
我尝试检查错误的导入但它看起来很好,我还验证了 react-router 和 react-router-redux 的版本。两天以来我一直被困在这个问题上,非常感谢您的帮助。
https://github.com/shrutis18/stockApp
对 运行 应用执行以下操作。
npm install
npm start
您收到的错误是因为您正在从 "react-router".
导出 BrowserRouter
BrowserRouter 位于 "react-router-dom" 包中。
在src/routes.js
我尝试检查错误的导入但它看起来很好,我还验证了 react-router 和 react-router-redux 的版本。两天以来我一直被困在这个问题上,非常感谢您的帮助。 https://github.com/shrutis18/stockApp 对 运行 应用执行以下操作。
npm install
npm start
您收到的错误是因为您正在从 "react-router".
导出 BrowserRouterBrowserRouter 位于 "react-router-dom" 包中。
在src/routes.js