dillon1000/react
Commit
Browse files Fix NoWork bug
Thanks @acdlite. Add comment about future unit test coverage. This was actually hiding the fact that we are only able to reuse existing work if it was marked as completely finished which it won't be if we reuse its pending priority. However, we should be able to bail out even if there is work remaining in a subtree.
Changed paths2 files
First-parent comparisonsrc/renderers/shared/fiber/ReactFiberBeginWork.js ModifiedM src/renderers/shared/fiber/ReactFiberPendingWork.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…