Skip to content

Commit

Permalink
Hard code enableComponentStacks in www (#18869)
Browse files Browse the repository at this point in the history
This is now fully rolled out.
  • Loading branch information
sebmarkbage committed May 9, 2020
1 parent 6edaf6f commit fd696df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const {
enableTrustedTypesIntegration,
disableSchedulerTimeoutBasedOnReactExpirationTime,
warnAboutSpreadingKeyToJSX,
enableComponentStackLocations,
replayFailedUnitOfWorkWithInvokeGuardedCallback,
enableModernEventSystem,
enableFilterEmptyStringAttributesDOM,
Expand Down Expand Up @@ -69,6 +68,8 @@ 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 fd696df

Please sign in to comment.