dillon1000/react

Commit

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.
Browse files
Changed paths2 files
First-parent comparison
M src/renderers/shared/fiber/ReactFiberReconciler.js ModifiedM src/renderers/shared/fiber/ReactFiberScheduler.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…