Modern Event System: export internal FB flag for testing (#18221)

This commit is contained in:
Dominic Gannaway 2020-03-05 14:05:00 +00:00 committed by GitHub
parent 21b713b9fd
commit 6a0efddd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.