Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd696df

Browse files
authored
Hard code enableComponentStacks in www (facebook#18869)
This is now fully rolled out.
1 parent 6edaf6f commit fd696df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const {
2020
enableTrustedTypesIntegration,
2121
disableSchedulerTimeoutBasedOnReactExpirationTime,
2222
warnAboutSpreadingKeyToJSX,
23-
enableComponentStackLocations,
2423
replayFailedUnitOfWorkWithInvokeGuardedCallback,
2524
enableModernEventSystem,
2625
enableFilterEmptyStringAttributesDOM,
@@ -69,6 +68,8 @@ export const disableTextareaChildren = __EXPERIMENTAL__;
6968

7069
export const warnUnstableRenderSubtreeIntoContainer = false;
7170

71+
export const enableComponentStackLocations = true;
72+
7273
// Enable forked reconciler. Piggy-backing on the "variant" global so that we
7374
// don't have to add another test dimension. The build system will compile this
7475
// to the correct value.

0 commit comments

Comments
 (0)