We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7c733 commit 79e46b6Copy full SHA for 79e46b6
packages/shared/forks/ReactFeatureFlags.www.js
@@ -22,6 +22,8 @@ export const {
22
enableUserBlockingEvents,
23
disableLegacyContext,
24
disableSchedulerTimeoutBasedOnReactExpirationTime,
25
+ warnAboutStringRefs,
26
+ warnAboutDefaultPropsOnFunctionComponents,
27
} = require('ReactFeatureFlags');
28
29
// In www, we have experimental support for gathering data
@@ -81,10 +83,6 @@ export const warnAboutUnmockedScheduler = true;
81
83
82
84
export const enableSuspenseCallback = true;
85
-export const warnAboutDefaultPropsOnFunctionComponents = false;
-
86
-export const warnAboutStringRefs = false;
87
88
export const flushSuspenseFallbacksInTests = true;
89
90
// Flow magic to verify the exports of this file match the original version.
0 commit comments