Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 696 Bytes

File metadata and controls

14 lines (9 loc) · 696 Bytes

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, the error message will include just a link to the docs for the error.

<<<<<<< HEAD For an example, see: https://ar.react.dev/errors/149.

For an example, see: https://react.dev/errors/149.

2534424ec6c433cc2c811d5a0bd5a65b75efa5f0