Created
October 26, 2017 10:27
-
-
Save lukehedger/c2bd318b01a99b0cac9fa38d95ce8241 to your computer and use it in GitHub Desktop.
Found basename stack trace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compose.js:30 Uncaught TypeError: b.apply is not a function | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:18) | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:14) | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:14) | |
at eval (webpack:///./node_modules/redux/es/applyMiddleware.js?:43:100) | |
at eval (webpack:///./node_modules/farce/lib/createHistoryEnhancer.js?:57:51) | |
at configureStore (webpack:///./app/core/store/index.js?:60:15) | |
at eval (webpack:///./app/core/containers/Root.js?:34:65) | |
at Object.<anonymous> (http://localhost:3000/bundle.js:3010:1) | |
at __webpack_require__ (http://localhost:3000/bundle.js:20:30) | |
at eval (webpack:///./app/index.js?:9:13) | |
at Object.<anonymous> (http://localhost:3000/bundle.js:6066:1) | |
at __webpack_require__ (http://localhost:3000/bundle.js:20:30) | |
at eval (webpack:///multi_(webpack)-dev-server/client?:3:18) | |
at Object.<anonymous> (http://localhost:3000/bundle.js:4442:1) | |
at __webpack_require__ (http://localhost:3000/bundle.js:20:30) | |
at http://localhost:3000/bundle.js:63:18 | |
at http://localhost:3000/bundle.js:66:10 | |
(anonymous) @ compose.js:30 | |
(anonymous) @ compose.js:30 | |
(anonymous) @ compose.js:30 | |
(anonymous) @ applyMiddleware.js:43 | |
(anonymous) @ createHistoryEnhancer.js:57 | |
configureStore @ index.js:60 | |
(anonymous) @ Root.js:34 | |
(anonymous) @ bundle.js:3010 | |
__webpack_require__ @ bundle.js:20 | |
(anonymous) @ index.js:9 | |
(anonymous) @ bundle.js:6066 | |
__webpack_require__ @ bundle.js:20 | |
(anonymous) @ client:3 | |
(anonymous) @ bundle.js:4442 | |
__webpack_require__ @ bundle.js:20 | |
(anonymous) @ bundle.js:63 | |
(anonymous) @ bundle.js:66 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment