react/packages/react-devtools-extensions/edge
Ruslan Lesiutin 557a64795c
React DevTools 6.1.1 -> 6.1.2 (#33142)
Patch release to mitigate https://github.com/facebook/react/issues/32659

Essentially just 6.1.1 with:
* Restore all Transitions for Tree updates
([eps1lon](https://github.com/eps1lon) in
[#33042](https://github.com/facebook/react/pull/33042))
* Restore "double-click to view owners tree" functionality
([eps1lon](https://github.com/eps1lon) in
[#33039](https://github.com/facebook/react/pull/33039))
2025-05-08 08:01:17 +01:00
..
build.js refactor: resolve browser via env variables based on build rather than user agent (#27179) 2023-08-29 10:40:02 +01:00
deploy.js React developer tools extension for Microsoft Edge (#18041) 2020-02-18 09:40:30 -08:00
manifest.json React DevTools 6.1.1 -> 6.1.2 (#33142) 2025-05-08 08:01:17 +01:00
now.json React developer tools extension for Microsoft Edge (#18041) 2020-02-18 09:40:30 -08:00
README.md React developer tools extension for Microsoft Edge (#18041) 2020-02-18 09:40:30 -08:00
test.js chore[devtools/release-scripts]: update messages / fixed npm view com… (#26660) 2023-04-19 10:05:16 +01:00

The Microsoft Edge extension

The source code for this extension has moved to shells/webextension.

Modify the source code there and then rebuild this extension by running node build from this directory or yarn run build:extension:edge from the root directory.

Testing in Microsoft Edge

You can test a local build of the web extension like so:

  1. Build the extension: node build
  2. Follow the on-screen instructions.