Skip to content

Commit 30803b9

Browse files
committed
Turn off enableYeildingBeforePassive in internal test renderers
1 parent 518d06d commit 30803b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const enableFabricCompleteRootInCommitPhase = false;
6868
export const enableSiblingPrerendering = true;
6969
export const enableUseResourceEffectHook = true;
7070
export const enableHydrationLaneScheduling = true;
71-
export const enableYieldingBeforePassive = true;
71+
export const enableYieldingBeforePassive = false;
7272

7373
// Flow magic to verify the exports of this file match the original version.
7474
((((null: any): ExportsType): FeatureFlagsType): ExportsType);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const enableUseResourceEffectHook = false;
8282

8383
export const enableHydrationLaneScheduling = true;
8484

85-
export const enableYieldingBeforePassive = true;
85+
export const enableYieldingBeforePassive = false;
8686

8787
// Flow magic to verify the exports of this file match the original version.
8888
((((null: any): ExportsType): FeatureFlagsType): ExportsType);

0 commit comments

Comments
 (0)