Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.3k
Updated: Support React-Hot-Loader compatibility#1168
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The test runner script tried to pass the Jest config asstringified JSON, but that was breaking for me somehow.Sidestepped the problem by writing the settings to disk insteadand pointing Jest to that file.
Deploy preview forreact-redux-docs ready! Built with commitd78dd73 |
And merging. |
@timdorr : might as well go ahead and put out 6.0.1 with this and the "is it a real context?" change. |
theKashey commentedJan 21, 2019
👍 |
ericdfields commentedJan 22, 2019
Thank you! |
hhaidar commentedFeb 14, 2019
💯 to 6.0.1 |
GerryFudd commentedJun 7, 2019
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? |
theKashey commentedJun 7, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Please update |
* fix: react-hot-loader compatibility* Fix test runner breakingThe test runner script tried to pass the Jest config asstringified JSON, but that was breaking for me somehow.Sidestepped the problem by writing the settings to disk insteadand 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.