Skip to content

Commit

Permalink
unify enableLegacyHidden
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-SC committed Feb 8, 2024
1 parent ba8325d commit 879da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.native-fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const transitionLaneExpirationMs = 5000;

export const disableSchedulerTimeoutInWorkLoop = false;
export const enableLazyContextPropagation = false;
export const enableLegacyHidden = true;
export const enableLegacyHidden = false;
export const forceConcurrentByDefaultForTesting = false;
export const allowConcurrentByDefault = true;
export const enableCustomElementPropertySupport = false;
Expand Down

0 comments on commit 879da18

Please sign in to comment.