dillon1000/react
Commit
Browse files Respect state set in componentWillMount() on resuming (#8079)
When resuming creating new instance after resuming work, we should set the `state` on the newly creating instance rather than the old one.
Changed paths2 files
First-parent comparisonsrc/renderers/shared/fiber/ReactFiberClassComponent.js ModifiedM src/renderers/shared/fiber/__tests__/ReactIncremental-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…