Skip to content

Commit

Permalink
updated flags from false to dicated on www (#16647)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaruan committed Sep 5, 2019
1 parent 8d7c733 commit 79e46b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const {
enableUserBlockingEvents,
disableLegacyContext,
disableSchedulerTimeoutBasedOnReactExpirationTime,
warnAboutStringRefs,
warnAboutDefaultPropsOnFunctionComponents,
} = require('ReactFeatureFlags');

// In www, we have experimental support for gathering data
Expand Down Expand Up @@ -81,10 +83,6 @@ export const warnAboutUnmockedScheduler = true;

export const enableSuspenseCallback = true;

export const warnAboutDefaultPropsOnFunctionComponents = false;

export const warnAboutStringRefs = false;

export const flushSuspenseFallbacksInTests = true;

// Flow magic to verify the exports of this file match the original version.
Expand Down

0 comments on commit 79e46b6

Please sign in to comment.