dillon1000/react

Commit

Show DevTools backend and frontend versions in UI (#23399)

This information can help with bug investigation for renderers (like React Native) that embed the DevTools backend into their source (separately from the DevTools frontend, which gets run by the user).

If the DevTools backend is too old to report a version, or if the version reported is the same as the frontend (as will be the case with the browser extension) then only a single version string will be shown, as before. If a different version is reported, then both will be shown separately.
Browse files
Changed paths7 files
First-parent comparison
M packages/react-devtools-shared/src/backend/agent.js ModifiedM packages/react-devtools-shared/src/bridge.js ModifiedM packages/react-devtools-shared/src/devtools/store.js ModifiedM packages/react-devtools-shared/src/devtools/views/Settings/GeneralSettings.js ModifiedM packages/react-devtools-shared/src/devtools/views/Settings/SettingsShared.css ModifiedM packages/react-devtools-shell/src/app/index.js ModifiedM packages/react-devtools/CHANGELOG.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…