mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Modern Event System: export internal FB flag for testing (#18221)
This commit is contained in:
@@ -20,6 +20,7 @@ export const {
|
||||
warnAboutShorthandPropertyCollision,
|
||||
disableSchedulerTimeoutBasedOnReactExpirationTime,
|
||||
warnAboutSpreadingKeyToJSX,
|
||||
enableModernEventSystem,
|
||||
} = require('ReactFeatureFlags');
|
||||
|
||||
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
|
||||
@@ -95,8 +96,6 @@ export const disableMapsAsChildren = __EXPERIMENTAL__;
|
||||
|
||||
export const warnUnstableRenderSubtreeIntoContainer = false;
|
||||
|
||||
export const enableModernEventSystem = false;
|
||||
|
||||
export const enableLegacyFBPrimerSupport = !__EXPERIMENTAL__;
|
||||
|
||||
// Internal-only attempt to debug a React Native issue. See D20130868.
|
||||
|
||||
Reference in New Issue
Block a user