Closed mrsimonemms closed 2 years ago
I need this as well, since i am using the latest i18next, would love to see this merged.
@fransstudio2 if you need it today, may I suggest using Patch-Package - this is how I've addressed it in the project I'm working on.
If I get any support from the maintainers, I'll continue the PR but I'm happy with this solution for the moment
@claudiocro I would have saved some time figuring out this issue if the PR was merged (find threads, learn about patch-package
...).
This tiny PR would help people.
Thank you @MrSimonEmms 😄
I've created a fix for the issue with the typings as discussed in #62
This updates the devDependency of
i18next
to latest (v19.0.2) and removes@types/i18next
as the main package has it already.Technically, we should bump the min version of i18next to v14. If everyone's happy with this change in principal, I'll update the docs as part of this PR too