Hardcode enableLegacyFBSupport flag (#28701)

Hardcode enableLegacyFBSupport flag
This commit is contained in:
Jan Kassens
2024-04-02 11:35:18 -04:00
committed by GitHub
parent e3afd026c8
commit ba5496d411
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
export const disableIEWorkarounds = __VARIANT__;
export const enableBigIntSupport = __VARIANT__;
export const enableLegacyFBSupport = __VARIANT__;
export const enableUseRefAccessWarning = __VARIANT__;
export const disableSchedulerTimeoutInWorkLoop = __VARIANT__;
export const enableLazyContextPropagation = __VARIANT__;

View File

@@ -18,7 +18,6 @@ export const {
disableIEWorkarounds,
enableBigIntSupport,
enableTrustedTypesIntegration,
enableLegacyFBSupport,
enableDebugTracing,
enableUseRefAccessWarning,
enableLazyContextPropagation,
@@ -57,6 +56,7 @@ export const enableUseEffectEventHook = true;
export const enableFilterEmptyStringAttributesDOM = true;
export const enableAsyncActions = true;
export const disableInputAttributeSyncing = false;
export const enableLegacyFBSupport = true;
// Logs additional User Timing API marks for use with an experimental profiling tool.
export const enableSchedulingProfiler: boolean =