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
5.26.2
The react docs incorrectly suggest using the sync loadlocale and attempt to call .then in the useEffect hook.
.then
The example seems to be correct.
Follow the links to compare the example and the docs.
Getting Started with React: https://github.com/ivanhofer/typesafe-i18n/tree/main/packages/adapter-react
React Example: https://github.com/ivanhofer/typesafe-i18n/blob/main/packages/adapter-react/examples/react/src/App.tsx
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
5.26.2
Describe the bug
The react docs incorrectly suggest using the sync loadlocale and attempt to call
.then
in the useEffect hook.The example seems to be correct.
Reproduction
Follow the links to compare the example and the docs.
Getting Started with React:
https://github.com/ivanhofer/typesafe-i18n/tree/main/packages/adapter-react
React Example:
https://github.com/ivanhofer/typesafe-i18n/blob/main/packages/adapter-react/examples/react/src/App.tsx
Logs
No response
Config
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: