Files
react/docs/docs/error-decoder.md
T
Paul O’Shannessy dfebed11c2 Merge pull request #7308 from zpao/jekyll3
Upgrade to Jekyll 3
(cherry picked from commit 5e3959e071)
2016-07-19 16:36:23 -07:00

691 B

id, title, permalink
id title permalink
error-decoder Error Decoder docs/error-decoder.html

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.

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.

<script src="/react/js/errorMap.js"></script>
<script src="/react/js/ErrorDecoderComponent.js"></script>