-
Notifications
You must be signed in to change notification settings - Fork 200
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
TypeError: Uncaught error: Cannot read property 'apply' of undefined on Beta4 #159
Comments
I can't get client to match server btw... checksum is always invalid |
@luandro thanks! would be great if you could put it in a repo instead so it's easy to reproduce 😅 I didn't think it'd be that much 😛 |
|
Actually I just cloned my own repo, and I get the error even with beta3. |
@luandro hope you figure it out, feel free to open a new issue if it turns out to be redux-router related 😄 |
This was caused when I didn't pass in a The lack of a Stack trace:
|
@mattkrick what is your react-router version. Could you test if this is still a issue for you? |
I just checked again, still doesn't throw, |
Can you throw together a gist or give me repo to reproduce the error? |
Sure thing: https://gist.github.com/mattkrick/08dff8474882f01993fb After line 3 it shouldn't matter since it breaks at creating the store |
Got this error on Beta4, it's gone when reverted back to Beta3.
The text was updated successfully, but these errors were encountered: