Skip to content

Commit a2e05b6

Browse files
authored
[Scheduler] Delete old rAF implementation (#17252)
We've been using the message loop version for a while. Time to delete.
1 parent 6dc2734 commit a2e05b6

6 files changed

+327
-1495
lines changed

packages/scheduler/src/SchedulerFeatureFlags.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88

99
export const enableSchedulerDebugging = false;
1010
export const enableIsInputPending = false;
11-
export const enableMessageLoopImplementation = true;
1211
export const enableProfiling = __PROFILE__;

0 commit comments

Comments
 (0)