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

Commit 5d06481

Browse files
committed
added popup saying multiple copies of react detected
1 parent f67b556 commit 5d06481

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<script src="shared.js"></script>
2+
<style>
3+
html, body {
4+
font-size: 14px;
5+
min-width: 430px;
6+
min-height: 101px;
7+
}
8+
</style>
9+
<p>
10+
<b>This page is using multiple copies of React. &#x1f6a7;</b>
11+
</p>
12+
<p>
13+
Note that using several copies of React may cause problems.
14+
<br />
15+
<br />
16+
You can find the troubleshooting instructions in <a href="https://fb.me/react-refs-must-have-owner#multiple-copies-of-react">React Blog</a>.
17+
</p>
18+
<hr />
19+
<p>
20+
Open the developer tools, and the React tab will appear to the right.
21+
</p>

0 commit comments

Comments
 (0)