Files
react/packages/react-devtools-extensions/popups/disabled.html
2019-08-13 21:59:07 -07:00

22 lines
444 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&rsquo;t appear to be using React.</b>
<br />
If this seems wrong, follow the <a href="https://github.com/facebook/react-devtools/blob/master/README.md#the-react-tab-doesnt-show-up">troubleshooting instructions</a>.
</p>