Skip to content

Commit

Permalink
Revert "Hard code enableComponentStacks in www (facebook#18869)" (fac…
Browse files Browse the repository at this point in the history
…ebook#18890)

This reverts commit fd696df.
  • Loading branch information
trueadm committed May 11, 2020
1 parent e16703e commit ef0bf8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared/forks/ReactFeatureFlags.www.js
Expand Up @@ -20,6 +20,7 @@ export const {
enableTrustedTypesIntegration,
disableSchedulerTimeoutBasedOnReactExpirationTime,
warnAboutSpreadingKeyToJSX,
enableComponentStackLocations,
replayFailedUnitOfWorkWithInvokeGuardedCallback,
enableModernEventSystem,
enableFilterEmptyStringAttributesDOM,
Expand Down Expand Up @@ -68,8 +69,6 @@ export const disableTextareaChildren = __EXPERIMENTAL__;

export const warnUnstableRenderSubtreeIntoContainer = false;

export const enableComponentStackLocations = true;

// Enable forked reconciler. Piggy-backing on the "variant" global so that we
// don't have to add another test dimension. The build system will compile this
// to the correct value.
Expand Down

0 comments on commit ef0bf8e

Please sign in to comment.