dillon1000/react

Commit

[Scheduler][Bugfix] Multiple rAFs in same frame (#16184)

Always sets `isRAFLoopRunning` back to false when an animation frame is
scheduled. Fixes a bug where two rAFs fire in the same frame, but the
second one exits and fails to schedule a new rAF.

Fixes bug observed in Safari.
Browse files
Changed paths1 file
First-parent comparison
M packages/scheduler/src/forks/SchedulerHostConfig.default.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…