-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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: _dispatch is not a function #1644
Comments
To get around this for now until it is fixed, you will want to use v3.4.0 instead of v3.5.0. |
The problem is |
Updating I think there is something weird in this file: In version 3.5.0 it was changed so that line 27 can potentially call empty variable set on line 22. Even if this is intentional, it looks kinda weird to me. This is how the file looks like after babel conversion:
|
Thank you very much for reporting! Fixed in 3.5.1. |
also encountered this issue, working as of 3.5.1 thanks! appreciated. |
encountered the same issue, upgrading to 3.5.1 fixes perfectly. thanks for the promptly reply :) |
Here's the error:
Seems that a default value was removed in a commit (9496fd7) 11 days ago.
This line here needs access to
dispatch
and it's undefined.Here's how to recreate the error:
The text was updated successfully, but these errors were encountered: