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