mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Hardcode enableLegacyFBSupport flag (#28701)
Hardcode enableLegacyFBSupport flag
This commit is contained in:
@@ -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__;
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user