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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
With i18next-scanner@4.4.0 and i18next@18, will throw error:
i18next-scanner@4.4.0
i18next@18
TypeError: i18nextInstance.services.pluralResolver.getSuffixes is not a function
Previous with i18next-scanner@4.2.0 is fine.
i18next-scanner@4.2.0
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
i18next-scanner@4.4.0
andi18next@18
, will throw error:Previous with
i18next-scanner@4.2.0
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: