Skip to content

Commit 6a0efdd

Browse files
authored
Modern Event System: export internal FB flag for testing (#18221)
1 parent 21b713b commit 6a0efdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const {
2020
warnAboutShorthandPropertyCollision,
2121
disableSchedulerTimeoutBasedOnReactExpirationTime,
2222
warnAboutSpreadingKeyToJSX,
23+
enableModernEventSystem,
2324
} = require('ReactFeatureFlags');
2425

2526
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
@@ -95,8 +96,6 @@ export const disableMapsAsChildren = __EXPERIMENTAL__;
9596

9697
export const warnUnstableRenderSubtreeIntoContainer = false;
9798

98-
export const enableModernEventSystem = false;
99-
10099
export const enableLegacyFBPrimerSupport = !__EXPERIMENTAL__;
101100

102101
// Internal-only attempt to debug a React Native issue. See D20130868.

0 commit comments

Comments
 (0)