Skip to content

Commit 8178287

Browse files
committed
unify enableLegacyHidden
1 parent 0693ccb commit 8178287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const transitionLaneExpirationMs = 5000;
7474

7575
export const disableSchedulerTimeoutInWorkLoop = false;
7676
export const enableLazyContextPropagation = false;
77-
export const enableLegacyHidden = true;
77+
export const enableLegacyHidden = false;
7878
export const forceConcurrentByDefaultForTesting = false;
7979
export const allowConcurrentByDefault = true;
8080
export const enableCustomElementPropertySupport = false;

0 commit comments

Comments
 (0)