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
With [email protected] and i18next@18, will throw error:
[email protected]
i18next@18
TypeError: i18nextInstance.services.pluralResolver.getSuffixes is not a function
Previous with [email protected] is fine.
With i18next@^19 installed, it works.
i18next@^19
N/A
Add peerDependency to the package, indicating minimum version of i18next required.
The text was updated successfully, but these errors were encountered:
^19.0.0
Successfully merging a pull request may close this issue.
🐛 Bug Report
With
[email protected]
andi18next@18
, will throw error:Previous with
[email protected]
is fine.With
i18next@^19
installed, it works.To Reproduce
N/A
Expected behavior
Add peerDependency to the package, indicating minimum version of i18next required.
Your Environment
The text was updated successfully, but these errors were encountered: