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
A clear and concise description of what the bug is. Type instantiation is excessively deep and possibly infinite.
when I use client side rendering or index.ts A minimal reproducible example. A codesandbox example or similar or at least steps to reproduce the behavior:
export function useTranslation< N extends Namespace, TKPrefix extends KeyPrefix<N> = undefined >( lng: string, ns?: N | Readonly<N>, options?: UseTranslationOptions<TKPrefix> ): UseTranslationResponse<N, TKPrefix> { if (i18next.resolvedLanguage !== lng) i18next.changeLanguage(lng) return useTranslationOrg(ns, options) }
A clear and concise description of what you expected to happen.
// Paste the expected results here
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
probably because of i18next/i18next#1921 will be fixed with i18next/i18next#1911
No branches or pull requests
🐛 Bug Report
A clear and concise description of what the bug is.
Type instantiation is excessively deep and possibly infinite.
To Reproduce
when I use client side rendering or index.ts
A minimal reproducible example.
A codesandbox example or similar
or at least steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
// Paste the expected results here
Your Environment
The text was updated successfully, but these errors were encountered: