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

next is not a function with redux@2.0.0 #15

Closed
MichaelHirn opened this issue Sep 6, 2015 · 1 comment
Closed

next is not a function with redux@2.0.0 #15

MichaelHirn opened this issue Sep 6, 2015 · 1 comment

Comments

@MichaelHirn
Copy link

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.

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.

@gaearon
Copy link
Collaborator

gaearon commented Sep 6, 2015

My guess is that you didn't apply this change from Redux 2.0 release notes:

screen shot 2015-09-07 at 02 52 57

If this is not the problem please provide a project reproducing the issue.

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

2 participants