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

Skip to content

Commit 98149d1

Browse files
authored
Revert "Hard code enableComponentStacks in www (facebook#18869)"
This reverts commit fd696df.
1 parent e16703e commit 98149d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const {
2020
enableTrustedTypesIntegration,
2121
disableSchedulerTimeoutBasedOnReactExpirationTime,
2222
warnAboutSpreadingKeyToJSX,
23+
enableComponentStackLocations,
2324
replayFailedUnitOfWorkWithInvokeGuardedCallback,
2425
enableModernEventSystem,
2526
enableFilterEmptyStringAttributesDOM,
@@ -68,8 +69,6 @@ export const disableTextareaChildren = __EXPERIMENTAL__;
6869

6970
export const warnUnstableRenderSubtreeIntoContainer = false;
7071

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

0 commit comments

Comments
 (0)