prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 558 forks source link

× TypeError: Object(...) is not a function Module.<anonymous> C:/Users/Amartya/Desktop/Project/blog_s/client/src/index.js:15 12 | 13 | const store = createStore(rootReducer, 14 | compose( > 15 | applyMiddleware(thunk.withExtraArgument({getFirebase, getFirestore})), 16 | reactReduxFirebase(fbConfig), // redux binding for firebase 17 | reduxFirestore(fbConfig) // redux bindings for firestore 18 | ) View compiled #1115

Open Amartya982 opened 3 years ago

Amartya982 commented 3 years ago

× TypeError: Object(...) is not a function Module. C:/Users/Amartya/Desktop/Project/blog_s/client/src/index.js:15 12 | 13 | const store = createStore(rootReducer, 14 | compose(

15 | applyMiddleware(thunk.withExtraArgument({getFirebase, getFirestore})), 16 | reactReduxFirebase(fbConfig), // redux binding for firebase 17 | reduxFirestore(fbConfig) // redux bindings for firestore 18 | ) View compiled

this id the problem I keep on facing any help??