react/packages/react-devtools-shell
Brian Vaughn 0e0b1a45fa
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.
2022-03-02 12:26:48 -05:00
..
src Show DevTools backend and frontend versions in UI (#23399) 2022-03-02 12:26:48 -05:00
README.md Updated scripts and config to replace "master" with "main" branch (#21768) 2021-06-29 14:26:24 -04:00
e2e.html Refactored DevTools test shell for e2e (#22968) 2021-12-15 11:42:59 -05:00
index.html Refactored DevTools test shell for e2e (#22968) 2021-12-15 11:42:59 -05:00
multi.html DevTools: Support mulitple DevTools instances per page (#22949) 2021-12-14 12:16:16 -05:00
package.json Refactored DevTools test shell for e2e (#22968) 2021-12-15 11:42:59 -05:00
webpack.config.js Move createRoot/hydrateRoot to react-dom/client (#23385) 2022-03-01 00:13:28 -05:00

README.md

Harness for testing local changes to the react-devtools-inline and react-devtools-shared packages.

Development

This target should be run in parallel with the react-devtools-inline package. The first step then is to run that target following the instructions in the react-devtools-inline README.

The test harness can then be run as follows:

cd packages/react-devtools-shell

yarn start