Skip to content

Commit 130c269

Browse files
committed
Removed un-used script tags in error-decoder.md
1 parent 3248fc8 commit 130c269

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/error-decoder.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ permalink: docs/error-decoder.html
66

77
In the minified production build of React, we avoid sending down full error messages in order to reduce the number of bytes sent over the wire.
88

9-
We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, this page will reassemble the original text of the error.
10-
11-
<script src="/react/js/errorMap.js"></script>
12-
<div class="error-decoder-container"></div>
13-
<script src="/react/js/ErrorDecoderComponent.js"></script>
9+
We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, this page will reassemble the original text of the error.

0 commit comments

Comments
 (0)