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 6edaf6f commit fd696dfCopy full SHA for fd696df
packages/shared/forks/ReactFeatureFlags.www.js
@@ -20,7 +20,6 @@ export const {
20
enableTrustedTypesIntegration,
21
disableSchedulerTimeoutBasedOnReactExpirationTime,
22
warnAboutSpreadingKeyToJSX,
23
- enableComponentStackLocations,
24
replayFailedUnitOfWorkWithInvokeGuardedCallback,
25
enableModernEventSystem,
26
enableFilterEmptyStringAttributesDOM,
@@ -69,6 +68,8 @@ export const disableTextareaChildren = __EXPERIMENTAL__;
69
68
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