We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f290138 commit 0005d1eCopy full SHA for 0005d1e
packages/scheduler/src/Scheduler.js
@@ -194,7 +194,7 @@ function flushWork(didTimeout) {
194
firstCallbackNode !== null &&
195
!(enableSchedulerDebugging && isSchedulerPaused)
196
) {
197
- // TODO Wrap i nfeature flag
+ // TODO Wrap in feature flag
198
// Read the current time. Flush all the callbacks that expire at or
199
// earlier than that time. Then read the current time again and repeat.
200
// This optimizes for as few performance.now calls as possible.
0 commit comments