-
Notifications
You must be signed in to change notification settings - Fork 356
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
React 15.4 breaking changes #302
Comments
Thanks for reporting. Also a bit of context on Github gaearon/react-hot-loader#417. As the author of react-hot-loader states here that the stable 1.x hasn't received updates in a while and he considers 3.x to be more stable, do you have any objections to updating gen and template (both v3 and v4) to react hot loader v3? I've setup RHL3 a few times in the past weeks, so I think it shouldn't take much time to get a PR ready for review. Otherwise this seems like a proper workaround: gaearon/react-hot-loader#417 (comment) /cc @weblogixx |
I am all for this changes - I am depending on your version 4, so an update would benefit me a lot - getting quite the issues lately. Let me know how I can help. |
Temp Fix using react 15.4.0 1. Remove react-hot from loaders in cfg/dev.js line 32
2. insert this section in index.js
|
Hi, I am currently migrating some projects to react-hot-loader@3, if it seems stable enough, I will update the template with it (V3 and V4) |
FYI: I have included the workaround (webpack alias to the new More info |
Fixed now as follows:
Thanks for your patience and contributions. |
I got a report here and found some SO discussion.
The newest version of react seems to break the gen.
Temp fix is to use 15.3.0 or older:
Seems to be related to react-hot-loader. Upgrading to react-hot-loader v3 should fix the problem, good that it is in beta -_-
The text was updated successfully, but these errors were encountered: