Skip to content

Commit 79e46b6

Browse files
authored
updated flags from false to dicated on www (#16647)
1 parent 8d7c733 commit 79e46b6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export const {
2222
enableUserBlockingEvents,
2323
disableLegacyContext,
2424
disableSchedulerTimeoutBasedOnReactExpirationTime,
25+
warnAboutStringRefs,
26+
warnAboutDefaultPropsOnFunctionComponents,
2527
} = require('ReactFeatureFlags');
2628

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

8284
export const enableSuspenseCallback = true;
8385

84-
export const warnAboutDefaultPropsOnFunctionComponents = false;
85-
86-
export const warnAboutStringRefs = false;
87-
8886
export const flushSuspenseFallbacksInTests = true;
8987

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

0 commit comments

Comments
 (0)