dillon1000/react
Commit
Browse files Don't reset next work pointer for lower priority work
If the current work is higher priority than the new work, then don't bother resetting the unit of work pointer since it won't affect the execution order.
Changed paths2 files
First-parent comparisonsrc/renderers/shared/fiber/ReactFiberReconciler.js ModifiedM src/renderers/shared/fiber/ReactFiberScheduler.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…