-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Updated: Support React-Hot-Loader compatibility #1168
Conversation
The test runner script tried to pass the Jest config as stringified JSON, but that was breaking for me somehow. Sidestepped the problem by writing the settings to disk instead and pointing Jest to that file.
Deploy preview for react-redux-docs ready! Built with commit d78dd73 |
And merging. |
@timdorr : might as well go ahead and put out 6.0.1 with this and the "is it a real context?" change. |
👍 |
Thank you! |
💯 to 6.0.1 |
Looks like react-redux 7.0.0 causes connected components to not load when used with react-hot-loader. Should that be filed as a separate ticket or should this one be re-opened? |
Please update |
* fix: react-hot-loader compatibility * Fix test runner breaking The test runner script tried to pass the Jest config as stringified JSON, but that was breaking for me somehow. Sidestepped the problem by writing the settings to disk instead and pointing Jest to that file.
Rebased version of #1137 , by @theKashey.
Perf benchmarks indicate no noticeable difference in performance.
Tagging @timdorr , @shahzaibkhalid , and @glenjamin who were participating in the other thread.