mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
cb3fb4212972ad514ff53bff96530a0dffcaabcf
* Patch console.warn and console.error to auto-append owners-only component stacks. This setting is enabled by default and will work for React Native even if no front-end DevTools shell is being used. The setting can be disabled via a new, persisted user preference though.
This repo is a work-in-progress rewrite of the React DevTools extension. A demo of the beta extension can be found online at react-devtools-experimental.now.sh.
Installation
Installation instructions are available online as well:
Or you can build and install from source:
git clone git@github.com:bvaughn/react-devtools-experimental.git
cd react-devtools-experimental
yarn install
yarn build:extension:chrome # builds at "shells/browser/chrome/build"
yarn build:extension:firefox # builds at "shells/browser/firefox/build"
Support
As this extension is in a beta period, it is not officially supported. However if you find a bug, we'd appreciate you reporting it as a GitHub issue with repro instructions.
Languages
JavaScript
67.8%
TypeScript
29.2%
HTML
1.5%
CSS
1.2%
CoffeeScript
0.2%
Other
0.1%