dillon1000/react
Commit
Browse files chore[DevTools/TraceUpdates]: display names by default (#32019)
Feature was added in https://github.com/facebook/react/pull/31577, lets enable it by default. Note: for gradual rollout with React Native, we will continue to emit different event, requires some changes on React Native side to support this. I have plans to make this feature to be accessible via browser context menu, which has really limited API. In order to minimize potential divergence, lets make this the default state for the feature.
Changed paths6 files
First-parent comparisonpackages/react-devtools-shared/src/backend/agent.js ModifiedM packages/react-devtools-shared/src/backend/views/TraceUpdates/index.js ModifiedM packages/react-devtools-shared/src/bridge.js ModifiedM packages/react-devtools-shared/src/constants.js ModifiedM packages/react-devtools-shared/src/devtools/views/Settings/GeneralSettings.js ModifiedM packages/react-devtools-shared/src/devtools/views/Settings/SettingsContext.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…