Skip to content

Commit 3dee103

Browse files
committed
Disable in RN for now
1 parent 30a5241 commit 3dee103

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
@@ -86,7 +86,7 @@ export const syncLaneExpirationMs = 250;
8686
export const transitionLaneExpirationMs = 5000;
8787
export const useModernStrictMode = true;
8888
export const enableHydrationLaneScheduling = true;
89-
export const enableYieldingBeforePassive = true;
89+
export const enableYieldingBeforePassive = false;
9090

9191
// Flow magic to verify the exports of this file match the original version.
9292
((((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
@@ -80,7 +80,7 @@ export const enableUseResourceEffectHook = false;
8080

8181
export const enableHydrationLaneScheduling = true;
8282

83-
export const enableYieldingBeforePassive = true;
83+
export const enableYieldingBeforePassive = false;
8484

8585
// Profiling Only
8686
export const enableProfilerTimer = __PROFILE__;

0 commit comments

Comments
 (0)