react/packages/react-devtools-shell
Brian Vaughn 85b543c6b4
Added new GitHub issue form for React DevTools bug reports (#21450)
Added a new bug report template built with GitHub issue forms:
https://gh-community.github.io/issue-template-feedback/structured/

And updated DevTools bug report link to send information formatted for this new template.
2021-05-07 08:46:58 -04:00
..
src DevTools console patching should handle Symbols without erroring (#21368) 2021-04-27 16:36:20 -04:00
README.md DevTools build script enhancements (#17653) 2019-12-18 14:34:40 -08:00
index.html Fixed box-sizing problem in test shell 2020-01-06 10:23:55 -08:00
now.json Moved shell fixture into packages/react-devtools-shell 2019-08-13 18:11:59 -07:00
package.json Upgrade all @babel/* packages to fix DevTools builds on newer Node versions (#19647) 2020-08-20 11:47:16 -04:00
webpack.config.js Added new GitHub issue form for React DevTools bug reports (#21450) 2021-05-07 08:46:58 -04: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