File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export const syncLaneExpirationMs = 250;
8686export const transitionLaneExpirationMs = 5000 ;
8787export const useModernStrictMode = true ;
8888export 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 ) ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export const enableUseResourceEffectHook = false;
8080
8181export const enableHydrationLaneScheduling = true ;
8282
83- export const enableYieldingBeforePassive = true ;
83+ export const enableYieldingBeforePassive = false ;
8484
8585// Profiling Only
8686export const enableProfilerTimer = __PROFILE__ ;
You can’t perform that action at this time.
0 commit comments