Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16703e commit 98149d1Copy full SHA for 98149d1
packages/shared/forks/ReactFeatureFlags.www.js
@@ -20,6 +20,7 @@ export const {
20
enableTrustedTypesIntegration,
21
disableSchedulerTimeoutBasedOnReactExpirationTime,
22
warnAboutSpreadingKeyToJSX,
23
+ enableComponentStackLocations,
24
replayFailedUnitOfWorkWithInvokeGuardedCallback,
25
enableModernEventSystem,
26
enableFilterEmptyStringAttributesDOM,
@@ -68,8 +69,6 @@ export const disableTextareaChildren = __EXPERIMENTAL__;
68
69
70
export const warnUnstableRenderSubtreeIntoContainer = false;
71
-export const enableComponentStackLocations = true;
72
-
73
// Enable forked reconciler. Piggy-backing on the "variant" global so that we
74
// don't have to add another test dimension. The build system will compile this
75
// to the correct value.
0 commit comments