Skip to content

Commit

Permalink
Make enableNewBooleanProps www dynamic (facebook#28559)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and AndyPengc12 committed Apr 15, 2024
1 parent 640ad97 commit a898474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/shared/forks/ReactFeatureFlags.www-dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const enableRenderableContext = __VARIANT__;
export const useModernStrictMode = __VARIANT__;
export const enableRefAsProp = __VARIANT__;
export const enableClientRenderFallbackOnTextMismatch = __VARIANT__;
export const enableNewBooleanProps = __VARIANT__;
export const enableRetryLaneExpiration = __VARIANT__;
export const retryLaneExpirationMs = 5000;
export const syncLaneExpirationMs = 250;
Expand Down
3 changes: 1 addition & 2 deletions packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const {
enableRenderableContext,
useModernStrictMode,
enableRefAsProp,
enableNewBooleanProps,
enableClientRenderFallbackOnTextMismatch,
} = dynamicFeatureFlags;

Expand Down Expand Up @@ -102,8 +103,6 @@ export const allowConcurrentByDefault = true;

export const consoleManagedByDevToolsDuringStrictMode = true;

export const enableNewBooleanProps = false;

export const enableFizzExternalRuntime = true;

export const forceConcurrentByDefaultForTesting = false;
Expand Down

0 comments on commit a898474

Please sign in to comment.