2019-02-23 08:59:21 -08:00
< html >
< head >
< meta charset = "utf8" >
< title > React DevTools pre-release< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< style >
body {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
font-size: 14px;
}
< / style >
< / head >
< body >
< h1 >
React DevTools pre-release
< / h1 >
< h3 >
Created on < strong > %date%< / strong > from
2020-06-30 17:13:52 +05:30
< a href = "https://github.com/facebook/react/commit/%commit%" > < code > %commit%< / code > < / a >
2019-02-23 08:59:21 -08:00
< / h3 >
< p >
2019-08-15 11:17:59 -07:00
This is a preview build of the < a href = "https://github.com/facebook/react" > React DevTools extension< / a > .
2019-02-23 08:59:21 -08:00
< / p >
< h2 > Installation instructions< / h2 >
%installation%
< p >
If you already have the React DevTools extension installed, you will need to temporarily disable or remove it in order to install this prerelease build.
< / p >
< h2 > Bug reports< / h2 >
< p >
2019-08-13 22:15:38 -07:00
Please report bugs as < a href = "https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools" > GitHub issues< / a > .
2019-02-23 08:59:21 -08:00
Please include all of the info required to reproduce the bug (e.g. links, code, instructions).
< / p >
< / body >
< / html >