You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: shells/chrome/popups/development.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@
8
8
</style>
9
9
<p>
10
10
<b>This page is using the development build of React. 🚧</b>
11
-
<br/>
12
-
Open the developer tools, and the React tab will appear to the right.
13
11
</p>
14
-
<hr/>
15
12
<p>
16
13
Note that the development build is not suitable for production.
17
14
<br/>
18
15
Make sure to <ahref="https://facebook.github.io/react/docs/optimizing-performance.html#use-the-production-build">use the production build</a> before deployment.
19
16
</p>
17
+
<hr/>
18
+
<p>
19
+
Open the developer tools, and the React tab will appear to the right.
Copy file name to clipboardExpand all lines: shells/chrome/popups/not-detected.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@
10
10
<b>React was not detected on this page.</b>
11
11
<br/>
12
12
If this seems wrong, follow the <ahref="https://github.com/facebook/react-devtools/blob/master/README.md#the-react-tab-doesnt-show-up">troubleshooting instructions</a>.
Copy file name to clipboardExpand all lines: shells/chrome/popups/unminified.html
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,16 @@
8
8
</style>
9
9
<p>
10
10
<b>This page is using an unminified build of React. 🚧</b>
11
-
<br/>
12
-
Open the developer tools, and the React tab will appear to the right.
13
11
</p>
14
-
<hr/>
15
12
<p>
16
13
The React build on this page appears to be unminified.
17
14
<br/>
18
15
This makes its size larger, and causes React to run slower.
19
16
<br/>
20
17
<br/>
21
18
Make sure to <ahref="https://facebook.github.io/react/docs/optimizing-performance.html#use-the-production-build">set up minification</a> before deployment.
22
-
</p>
19
+
</p>
20
+
<hr/>
21
+
<p>
22
+
Open the developer tools, and the React tab will appear to the right.
0 commit comments