Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
added popup saying multiple copies of react detected
Browse files Browse the repository at this point in the history
  • Loading branch information
chisler committed Aug 17, 2017
1 parent f67b556 commit 5d06481
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions shells/webextension/popups/duplicated.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<script src="shared.js"></script>
<style>
html, body {
font-size: 14px;
min-width: 430px;
min-height: 101px;
}
</style>
<p>
<b>This page is using multiple copies of React. &#x1f6a7;</b>
</p>
<p>
Note that using several copies of React may cause problems.
<br />
<br />
You can find the troubleshooting instructions in <a href="https://fb.me/react-refs-must-have-owner#multiple-copies-of-react">React Blog</a>.
</p>
<hr />
<p>
Open the developer tools, and the React tab will appear to the right.
</p>

0 comments on commit 5d06481

Please sign in to comment.