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
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.
3
+
Na versão de produção minificada do React, evitamos enviar mensagens de erro completas para reduzir o número de bytes enviados pela rede.
4
4
5
5
</Intro>
6
6
7
+
Recomendamos o uso da versão de desenvolvimento localmente ao depurar seu aplicativo, pois ela rastreia informações de depuração adicionais e fornece avisos úteis sobre possíveis problemas em seus aplicativos, mas se você encontrar uma exceção ao usar a versão de produção, a mensagem de erro incluirá apenas um link para a documentação do erro.
7
8
8
-
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.
9
-
10
-
For an example, see: [https://react.dev/errors/149](/errors/421).
9
+
Como exemplo, veja: [https://react.dev/errors/149](/errors/421).
0 commit comments