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
It seems t()'s return type now includes null. This results in all string properties to complain about it:
e.g. 's placeholder:
The text was updated successfully, but these errors were encountered:
https://www.i18next.com/overview/typescript#argument-of-type-defaulttfuncreturn-is-not-assignable-to-parameter-of-type-xyz i18next/i18next#1865
Sorry, something went wrong.
Thank you.
So, we need to wait the next release for stopping this warning ? Or includes an interface into d.ts file ?
exactly
No branches or pull requests
It seems t()'s return type now includes null. This results in all string properties to complain about it:
e.g. 's placeholder:
The text was updated successfully, but these errors were encountered: