Skip to content
Open
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/generic.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<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.
В минифицированной сборке React для продакшена мы избегаем отправки полных сообщений об ошибках, чтобы уменьшить количество байтов, передаваемых по сети.

</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.
Мы настоятельно рекомендуем использовать сборку для разработки локально при отладке вашего приложения, поскольку она отслеживает дополнительную информацию для отладки и предоставляет полезные предупреждения о потенциальных проблемах в ваших приложениях. Однако, если вы столкнулись с исключением при использовании сборки для продакшена, эта страница поможет восстановить исходное сообщение об ошибке.

The full text of the error you just encountered is:
Полный текст ошибки, с которой вы только что столкнулись:

<ErrorDecoder />
<ErrorDecoder />
Loading