Niweera / fsuptutorial

Upload images to the Google Cloud Storage with ReactJS, Firebase SDK and Firestore
https://fsuptutorial.firebaseapp.com/
MIT License
18 stars 4 forks source link

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

Open qnxdev opened 4 years ago

qnxdev commented 4 years ago

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),

Niweera commented 4 years ago

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.