We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
next
After I made upgrades on npm as described down below, redux-thunk@0.1.0 threw the error next is not a function on line 12 of the index.js.
redux-thunk@0.1.0
next is not a function
Upgrades:
redux: 1.0.1 -> 2.0.0 react-redux: 1.0.1 -> 2.1.0 redux-devtools: 1.1.0 -> 2.1.0
Once I rolled back to 1.x.x, everything worked again as expected.
Update: Ok, just looked at the code. I probably could have dropped the line number.
The text was updated successfully, but these errors were encountered:
My guess is that you didn't apply this change from Redux 2.0 release notes:
If this is not the problem please provide a project reproducing the issue.
Sorry, something went wrong.
No branches or pull requests
After I made upgrades on npm as described down below,
redux-thunk@0.1.0
threw the errornext is not a function
on line 12 of the index.js.Upgrades:
Once I rolled back to 1.x.x, everything worked again as expected.
Update: Ok, just looked at the code. I probably could have dropped the line number.
The text was updated successfully, but these errors were encountered: