Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/errors/377.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Intro>

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.
Na construção de produção minificada do React, evitamos enviar mensagens de erro completas para reduzir o número de bytes enviados pela rede.

</Intro>

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 error message.
Recomendamos fortemente usar a construção de desenvolvimento localmente ao depurar seu aplicativo, pois ela rastreia informações de depuração adicionais e fornece avisos úteis sobre problemas potenciais em seus aplicativos, mas se você encontrar uma exceção enquanto usa a construção de produção, esta página irá reassemblar a mensagem de erro original.

The full text of the error you just encountered is:
O texto completo do erro que você acabou de encontrar é:

<ErrorDecoder />

This error occurs when you pass a BigInt value from a Server Component to a Client Component.
Este erro ocorre quando você passa um valor BigInt de um Componente do Servidor para um Componente do Cliente.
Loading