mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
47 lines
1.4 KiB
HTML
47 lines
1.4 KiB
HTML
<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
|
|
<a href="http://github.com/bvaughn/react-devtools-experimental/commit/%commit%"><code>%commit%</code></a>
|
|
</h3>
|
|
|
|
<p>
|
|
This is a preview build of an <a href="https://github.com/bvaughn/react-devtools-experimental">unreleased DevTools extension</a>.
|
|
It has no developer support.
|
|
</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>
|
|
Please report bugs as <a href="https://github.com/bvaughn/react-devtools-experimental/issues/new?labels=bug">GitHub issues</a>.
|
|
Please include all of the info required to reproduce the bug (e.g. links, code, instructions).
|
|
</p>
|
|
|
|
<h2>Feature requests</h2>
|
|
<p>
|
|
Feature requests are not being accepted at this time.
|
|
</p>
|
|
</body>
|
|
</html>
|