We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b713b commit 6a0efddCopy full SHA for 6a0efdd
packages/shared/forks/ReactFeatureFlags.www.js
@@ -20,6 +20,7 @@ export const {
20
warnAboutShorthandPropertyCollision,
21
disableSchedulerTimeoutBasedOnReactExpirationTime,
22
warnAboutSpreadingKeyToJSX,
23
+ enableModernEventSystem,
24
} = require('ReactFeatureFlags');
25
26
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
@@ -95,8 +96,6 @@ export const disableMapsAsChildren = __EXPERIMENTAL__;
95
96
97
export const warnUnstableRenderSubtreeIntoContainer = false;
98
-export const enableModernEventSystem = false;
99
-
100
export const enableLegacyFBPrimerSupport = !__EXPERIMENTAL__;
101
102
// Internal-only attempt to debug a React Native issue. See D20130868.
0 commit comments