mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Modern Event System: export internal FB flag for testing (#18221)
This commit is contained in:
parent
21b713b9fd
commit
6a0efddd89
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user