Skip to content

Commit 64a93ff

Browse files
committed
Add back enableSchedulerTimeoutInWorkLoop flag
1 parent 9f338e5 commit 64a93ff

12 files changed

+408
-223
lines changed

packages/react-reconciler/src/ReactFiberWorkLoop.new.js

Lines changed: 191 additions & 104 deletions
Large diffs are not rendered by default.

packages/react-reconciler/src/ReactFiberWorkLoop.old.js

Lines changed: 191 additions & 104 deletions
Large diffs are not rendered by default.

packages/shared/ReactFeatureFlags.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,5 @@ export const enableDoubleInvokingEffects = false;
141141
export const enableUseRefAccessWarning = false;
142142

143143
export const enableRecursiveCommitTraversal = false;
144+
145+
export const enableSchedulerTimeoutInWorkLoop = false;

packages/shared/forks/ReactFeatureFlags.native-fb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const enableDoubleInvokingEffects = false;
5656
export const enableUseRefAccessWarning = false;
5757

5858
export const enableRecursiveCommitTraversal = false;
59+
export const enableSchedulerTimeoutInWorkLoop = false;
5960

6061
// Flow magic to verify the exports of this file match the original version.
6162
// eslint-disable-next-line no-unused-vars

packages/shared/forks/ReactFeatureFlags.native-oss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const enableDoubleInvokingEffects = false;
5555
export const enableUseRefAccessWarning = false;
5656

5757
export const enableRecursiveCommitTraversal = false;
58+
export const enableSchedulerTimeoutInWorkLoop = false;
5859

5960
// Flow magic to verify the exports of this file match the original version.
6061
// eslint-disable-next-line no-unused-vars

packages/shared/forks/ReactFeatureFlags.test-renderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const enableDoubleInvokingEffects = false;
5555
export const enableUseRefAccessWarning = false;
5656

5757
export const enableRecursiveCommitTraversal = false;
58+
export const enableSchedulerTimeoutInWorkLoop = false;
5859

5960
// Flow magic to verify the exports of this file match the original version.
6061
// eslint-disable-next-line no-unused-vars

packages/shared/forks/ReactFeatureFlags.test-renderer.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const enableDoubleInvokingEffects = false;
5555
export const enableUseRefAccessWarning = false;
5656

5757
export const enableRecursiveCommitTraversal = false;
58+
export const enableSchedulerTimeoutInWorkLoop = false;
5859

5960
// Flow magic to verify the exports of this file match the original version.
6061
// eslint-disable-next-line no-unused-vars

packages/shared/forks/ReactFeatureFlags.test-renderer.www.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const enableDoubleInvokingEffects = true;
5555
export const enableUseRefAccessWarning = false;
5656

5757
export const enableRecursiveCommitTraversal = false;
58+
export const enableSchedulerTimeoutInWorkLoop = false;
5859

5960
// Flow magic to verify the exports of this file match the original version.
6061
// eslint-disable-next-line no-unused-vars

packages/shared/forks/ReactFeatureFlags.testing.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const enableDoubleInvokingEffects = false;
5555
export const enableUseRefAccessWarning = false;
5656

5757
export const enableRecursiveCommitTraversal = false;
58+
export const enableSchedulerTimeoutInWorkLoop = false;
5859

5960
// Flow magic to verify the exports of this file match the original version.
6061
// eslint-disable-next-line no-unused-vars

packages/shared/forks/ReactFeatureFlags.testing.www.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const enableDoubleInvokingEffects = false;
5555
export const enableUseRefAccessWarning = false;
5656

5757
export const enableRecursiveCommitTraversal = false;
58+
export const enableSchedulerTimeoutInWorkLoop = false;
5859

5960
// Flow magic to verify the exports of this file match the original version.
6061
// eslint-disable-next-line no-unused-vars

0 commit comments

Comments
 (0)