When I integrate the redux store into my React app, then I get this error.
Uncaught runtime errors:
×
ERROR
Cannot access 'WEBPACK_DEFAULT_EXPORT' before initialization
ReferenceError: Cannot access 'WEBPACK_DEFAULT_EXPORT' before initialization
at Module.default (http://localhost:3000/static/js/bundle.js:2534:42)
at ./src/firebase.js (http://localhost:3000/static/js/bundle.js:2552:59)
at options.factory (http://localhost:3000/static/js/bundle.js:55776:31)
at webpack_require (http://localhost:3000/static/js/bundle.js:55175:32)
at fn (http://localhost:3000/static/js/bundle.js:55434:21). Google say importing redux store in js-file should moved before or after reducers not sure.
Thanks Suresh Pasham
Thanks Suresh Pasham
0 Replies