Skip to content

Commit

Permalink
Modern Event System: export internal FB flag for testing (#18221)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Mar 5, 2020
1 parent 21b713b commit 6a0efdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared/forks/ReactFeatureFlags.www.js
Expand Up @@ -20,6 +20,7 @@ export const {
warnAboutShorthandPropertyCollision,
disableSchedulerTimeoutBasedOnReactExpirationTime,
warnAboutSpreadingKeyToJSX,
enableModernEventSystem,
} = require('ReactFeatureFlags');

// On WWW, __EXPERIMENTAL__ is used for a new modern build.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6a0efdd

Please sign in to comment.