Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

× 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 this issue Jun 24, 2021 · 0 comments

Comments

@Amartya982
Copy link

×
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??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant