Skip to content

Commit 49e51b2

Browse files
committed
Disable in RN for now
1 parent b228136 commit 49e51b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const syncLaneExpirationMs = 250;
8282
export const transitionLaneExpirationMs = 5000;
8383
export const useModernStrictMode = true;
8484
export const enableHydrationLaneScheduling = true;
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);

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

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

7777
export const enableHydrationLaneScheduling = true;
7878

79-
export const enableYieldingBeforePassive = true;
79+
export const enableYieldingBeforePassive = false;
8080

8181
// Profiling Only
8282
export const enableProfilerTimer = __PROFILE__;

0 commit comments

Comments
 (0)