-
Notifications
You must be signed in to change notification settings - Fork 196
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
redux-thunk not in package.json #2
Comments
Or remove the references in configureStore.prod.js to it. |
Thanks for reporting this. I removed redux-thunk from the project because my simple example doesn't contain any async actions in it. I forgot to remove it for the production files. |
Ok I removed all the references to thunk. Project working now |
mscaruf
added a commit
to mscaruf/Blobby
that referenced
this issue
Jun 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got a error when npm installing, I think redux-thunk was left out of package.json
The text was updated successfully, but these errors were encountered: