fsuptutorial icon indicating copy to clipboard operation
fsuptutorial copied to clipboard

Object(...) is not a function error in store.js

Open qnxdev opened this issue 5 years ago • 1 comments

I have this error in my react app

TypeError: Object(...) is not a function ./src/store.js src/store.js:19

16 | 17 | const composeEnhancers = window.REDUX_DEVTOOLS_EXTENSION_COMPOSE || compose; 18 |

19 | const store = createStore( | ^ 20 | rootReducer, 21 | composeEnhancers( 22 | reactReduxFirebase(f, rrfConfig),

qnxdev avatar Apr 30 '20 14:04 qnxdev

Hi @qnxdev Please note that most of the packages I used in this are outdated now. Please check if the package.json files are same. If they are same and the problem persists, please contact me.

Niweera avatar May 16 '20 12:05 Niweera