mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
* Correct link for troubleshooting react-dev-tools (#16690) As pointed out in #16690 - the link for 'React Tab Doesn't Show Up' points to the empty README.MD. This points it to that section in the v3 version README.MD - until an updated section will be added to the new dev-tools. * Add a "The React Tab Doesn't Show Up" section Add the troubleshooting section to the react dev tools readme * point to the correct section in react-dev-tools readme After adding the troubleshooting section to the readme - this will point to the correct place * Moved README file to GitHub * Update new issue link to include DevTools label
22 lines
449 B
HTML
22 lines
449 B
HTML
<script src="shared.js"></script>
|
|
<style>
|
|
html, body {
|
|
font-size: 14px;
|
|
min-width: 410px;
|
|
min-height: 33px;
|
|
}
|
|
|
|
body {
|
|
margin: 8px;
|
|
}
|
|
|
|
hr {
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
<p>
|
|
<b>This page doesn’t appear to be using React.</b>
|
|
<br />
|
|
If this seems wrong, follow the <a href="https://github.com/facebook/react/tree/master/packages/react-devtools#the-react-tab-doesnt-show-up">troubleshooting instructions</a>.
|
|
</p>
|