-
Notifications
You must be signed in to change notification settings - Fork 1.2k
update to v0.25.0 leads to "Uncaught TypeError: Cannot call a class as a function" #488
Comments
This issue could be linked to #473. (I still don't get why the change was made). |
Duplicate of #489 |
I changed the If I remember right, it is not necessary (as in other functions inside a class) because render binds There are a number of blogs telling to bind And I feel that this behavior is very bad as it breaks an app only in production. It really bit me hard. |
We had the same issue in the past but with more rare case. As I wrote in related issue it will be good to provide additional checks at dev mode, it can be a good first PR ;-) |
When I update from v0.24.0 to v0.25.0 my app breaks with above error.
Here is the output in the console:
This only happens in production, not in dev mode.
Here is my app: https://github.com/barbalex/brexit
The text was updated successfully, but these errors were encountered: