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
Error in nextjs app Type error: Type instantiation is excessively deep and possibly infinite. while updating next-i18next from ^15.0.0 to ^15.3.0
const path = require('path'); /** @type {import('next-i18next').UserConfig} */ const i18nConfig = { i18n: { defaultLocale: 'en-US', locales: [ 'en-US', 'en-AU', 'en-GB', 'fr-FR', 'fr-CA', 'fr-CH', 'de-DE', 'en-CA', 'en-NZ', 'en-SG', 'en-IE', 'en-IN', 'de-AT', 'de-CH', ], }, defaultNS: 'common', fallbackLng: false, localePath: path.resolve('./src/i18n'), }; module.exports = i18nConfig;
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered:
Please provide a minimal reproducible example repository.
Sorry, something went wrong.
"typescript": "^5.4.5"
its company code repo will not be able to provide sample
Then not able to help, sorry.
No branches or pull requests
🐛 Bug Report
Error in nextjs app
Type error: Type instantiation is excessively deep and possibly infinite.
while updating next-i18next from ^15.0.0 to ^15.3.0
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Your Environment
The text was updated successfully, but these errors were encountered: