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

Issue initializing -> (0 , _reduxDevtools.devTools) is not a function #15

Open
ruaneg opened this issue Jun 26, 2019 · 0 comments
Open

Comments

@ruaneg
Copy link

ruaneg commented Jun 26, 2019

Hi,

I've tried running as per Auto example, but I'm getting a console error on init:
Uncaught TypeError: (0 , _reduxDevtools.devTools) is not a function

for:
const finalCreateStore = compose(devTools())(createStore);

Ive used the example auto setup. I figure its to do with the Redux/React versions.
I've tried to match the versions to what you have:
"redux": "^3.0.0",
"redux-devtools": "^3.4.0"

Cheers
Gary

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