-
Notifications
You must be signed in to change notification settings - Fork 801
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
Making RHL more React 16.3 compatible #918 #927
Conversation
Codecov Report
@@ Coverage Diff @@
## master #927 +/- ##
==========================================
+ Coverage 87.8% 87.96% +0.16%
==========================================
Files 30 30
Lines 648 665 +17
Branches 151 154 +3
==========================================
+ Hits 569 585 +16
- Misses 64 65 +1
Partials 15 15
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine
Thanks for taking care of that! |
Steps to use this PR (for webpack users):
|
Thanks, @Fer0x. Will these steps still be required once this PR lands in |
@colinrcummings - sure not. |
🕷 do not merge. It's killing React 15. |
@theKashey what about release |
Should be ok by now. I've added "stack trace" to hot-render, to help myself debug this odd behavior. As result "the fix" - is just to add As result I keen stack tracing, as long it is still useful, as long RHL actually could not "merge children" from time to time. And, yet again, and I have no idea why. Folks, you have few hours to test last version in React 15 (nothing was changed for React 16) and next I merge. |
There is SFC component related but, introduced by #873 :( |
removing componentWillReceiveProps #918, #860
"sync" flush moved to componentDidUpdate.
"render" also removes scheduled update, cos we are not "double rendering" updated components as we did before.
removing componentWillReceiveProps from AppContainer might change the way error overlay is shown, but we do not actually support that overlays in version 4.
TODO: