dillon1000/react
Commit
Browse files [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.
Changed paths1 file
First-parent comparisonpackages/scheduler/src/forks/SchedulerHostConfig.default.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…