Skip to content

Commit

Permalink
export dynamic disableSchedulerTimeoutInWorkLoop in www
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlemen committed Jul 17, 2023
1 parent fdc8c81 commit 9d9a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const {
enableAsyncActions,
alwaysThrottleRetries,
enableDO_NOT_USE_disableStrictPassiveEffect,
disableSchedulerTimeoutInWorkLoop,
} = dynamicFeatureFlags;

// On WWW, __EXPERIMENTAL__ is used for a new modern build.
Expand All @@ -48,7 +49,6 @@ export const createRootStrictEffectsByDefault = false;
export const enableSuspenseAvoidThisFallback = true;
export const enableSuspenseAvoidThisFallbackFizz = false;

export const disableSchedulerTimeoutInWorkLoop = false;
export const enableCPUSuspense = true;
export const enableFloat = true;
export const enableUseMemoCacheHook = true;
Expand Down

0 comments on commit 9d9a241

Please sign in to comment.