Skip to content

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

@qnxdev

Description

@qnxdev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions