File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ export const enableComponentStackLocations = __VARIANT__;
18
18
export const disableModulePatternComponents = __VARIANT__ ;
19
19
export const disableInputAttributeSyncing = __VARIANT__ ;
20
20
export const enableFilterEmptyStringAttributesDOM = __VARIANT__ ;
21
+ export const enableModernEventSystem = __VARIANT__ ;
22
+ export const enableLegacyFBSupport = __VARIANT__ ;
21
23
22
24
// These are already tested in both modes using the build type dimension,
23
25
// so we don't need to use __VARIANT__ to get extra coverage.
@@ -29,4 +31,3 @@ export const replayFailedUnitOfWorkWithInvokeGuardedCallback = __DEV__;
29
31
// to __VARIANT__.
30
32
export const enableTrustedTypesIntegration = false ;
31
33
export const disableSchedulerTimeoutBasedOnReactExpirationTime = false ;
32
- export const enableModernEventSystem = false ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export const {
25
25
replayFailedUnitOfWorkWithInvokeGuardedCallback,
26
26
enableModernEventSystem,
27
27
enableFilterEmptyStringAttributesDOM,
28
+ enableLegacyFBSupport,
28
29
} = dynamicFeatureFlags ;
29
30
30
31
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
@@ -69,8 +70,6 @@ export const disableTextareaChildren = __EXPERIMENTAL__;
69
70
70
71
export const warnUnstableRenderSubtreeIntoContainer = false ;
71
72
72
- export const enableLegacyFBSupport = ! __EXPERIMENTAL__ ;
73
-
74
73
// Internal-only attempt to debug a React Native issue. See D20130868.
75
74
export const throwEarlyForMysteriousError = false ;
76
75
You can’t perform that action at this time.
0 commit comments