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
Some pages experience hydration failures when loading with languages other than English. For example, viewing /contribute in German causes this issue reliably. This likely has to do with how language data is being activated in lingui.
Error messages:
Uncaught Error: Hydration failed because the initial UI does not match what was rendered on the server.
See more info here: https://nextjs.org/docs/messages/react-hydration-error
---
Warning: An error occurred during hydration. The server HTML was replaced with client content in <div>.
See more info here: https://nextjs.org/docs/messages/react-hydration-error
The text was updated successfully, but these errors were encountered:
Some pages experience hydration failures when loading with languages other than English. For example, viewing
/contribute
in German causes this issue reliably. This likely has to do with how language data is being activated in lingui.Error messages:
The text was updated successfully, but these errors were encountered: