Skip to content

Commit 793f4fc

Browse files
committed
Nvm, keep it as disableSchedulerTimeoutInWorkLoop
1 parent 64a93ff commit 793f4fc

12 files changed

+257
-405
lines changed

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

Lines changed: 116 additions & 190 deletions
Large diffs are not rendered by default.

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

Lines changed: 116 additions & 190 deletions
Large diffs are not rendered by default.

packages/shared/ReactFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ export const enableUseRefAccessWarning = false;
142142

143143
export const enableRecursiveCommitTraversal = false;
144144

145-
export const enableSchedulerTimeoutInWorkLoop = false;
145+
export const disableSchedulerTimeoutInWorkLoop = false;

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

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

5858
export const enableRecursiveCommitTraversal = false;
59-
export const enableSchedulerTimeoutInWorkLoop = false;
59+
export const disableSchedulerTimeoutInWorkLoop = false;
6060

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

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

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

5757
export const enableRecursiveCommitTraversal = false;
58-
export const enableSchedulerTimeoutInWorkLoop = false;
58+
export const disableSchedulerTimeoutInWorkLoop = false;
5959

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

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

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

5757
export const enableRecursiveCommitTraversal = false;
58-
export const enableSchedulerTimeoutInWorkLoop = false;
58+
export const disableSchedulerTimeoutInWorkLoop = false;
5959

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

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

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

5757
export const enableRecursiveCommitTraversal = false;
58-
export const enableSchedulerTimeoutInWorkLoop = false;
58+
export const disableSchedulerTimeoutInWorkLoop = false;
5959

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

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

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

5757
export const enableRecursiveCommitTraversal = false;
58-
export const enableSchedulerTimeoutInWorkLoop = false;
58+
export const disableSchedulerTimeoutInWorkLoop = false;
5959

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

packages/shared/forks/ReactFeatureFlags.testing.js

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

5757
export const enableRecursiveCommitTraversal = false;
58-
export const enableSchedulerTimeoutInWorkLoop = false;
58+
export const disableSchedulerTimeoutInWorkLoop = false;
5959

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

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

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

5757
export const enableRecursiveCommitTraversal = false;
58-
export const enableSchedulerTimeoutInWorkLoop = false;
58+
export const disableSchedulerTimeoutInWorkLoop = false;
5959

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

0 commit comments

Comments
 (0)