We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug useSSR is utilising useContext conditionally and this is causing a bug.
react-i18next/src/useSSR.js
Line 6 in 83625ba
To Reproduce N/A Expected behaviour N/A
Screenshots N/A
OS (please complete the following information): N/A
Additional context This occurs rarely.
The text was updated successfully, but these errors were encountered:
It happens only if your app ist broken by using useTranslation outside of the Provider....but
feel free to provide the same fix like in #935 as a PR
Sorry, something went wrong.
@jamuhl Done
published in [email protected]
Successfully merging a pull request may close this issue.
Describe the bug
useSSR is utilising useContext conditionally and this is causing a bug.
react-i18next/src/useSSR.js
Line 6 in 83625ba
Occurs in react-i18next version
N/A
To Reproduce
N/A
Expected behaviour
N/A
Screenshots
N/A
OS (please complete the following information):
N/A
Additional context
This occurs rarely.
The text was updated successfully, but these errors were encountered: