Adriano Raiano

Results 751 comments of Adriano Raiano

v8.0.0 is only compatible with newer browsers see changelog: https://github.com/i18next/i18next-browser-languageDetector/pull/286 if you need to support older browsers without transpilation, use v7

Yes, this belongs to react-i18next, but to just answer you here... the types are safe, since it checks for the i18nKey to exist...

Feel free to try to create a PR for this, if you like.

Yes, we're open for such a warning message... something like: https://github.com/i18next/i18next/blob/master/src/i18next.js#L163 feel free to provide a PR in the i18next repository...

@bombillazo can you create a minimum reproducible example repository (best without i18next backend)

Since you use the locize backend, you can send a link to your website to [email protected] explaining the issue...

Please provide a minimal reproducible example repository... btw: I don't think this is at all related to i18next, since it is also not existing in the error stack...

i18n.js is your code... still not i18next... and you are just pasting code snippets... I need a minimal reproducible example repository.

Please provide a minimal reproducible example repository or codesandbox example etc... But looking at your animal.component.tsx code, it seems you are using the t() function outside of a react component?...