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
We get the following error: https://github.com/saveourtool/save-cloud/pull/2834/files#diff-cfda06917251ebb7b2a42e49c151470bea081447a9a2112d528ed930440a9f35
And looks like the problem that useTranslation returns not Translation type when namespace is not loaded or doesn't exist.
useTranslation
Translation
namespace
Need to look at https://react.i18next.com/latest/usetranslation-hook#not-using-suspense and looks like we need to handle component3 which returns transaction is ready
component3
transaction is ready
The text was updated successfully, but these errors were encountered:
There are two different hooks: useTraslation and useTransition. Are you sure you use the right one?
useTraslation
useTransition
Sorry, something went wrong.
this error is from existed code, fixed a typo in the description
No branches or pull requests
We get the following error: https://github.com/saveourtool/save-cloud/pull/2834/files#diff-cfda06917251ebb7b2a42e49c151470bea081447a9a2112d528ed930440a9f35
And looks like the problem that
useTranslation
returns notTranslation
type whennamespace
is not loaded or doesn't exist.Need to look at https://react.i18next.com/latest/usetranslation-hook#not-using-suspense and looks like we need to handle
component3
which returnstransaction is ready
The text was updated successfully, but these errors were encountered: