Open varna opened 4 years ago
I just started downgrading my i18next major versions one by one until i18next@^13 Now it works properly.
Yes, I'm also having the same issue. Could you support the latest i18next
(^19
)?
I would also like to see i18next version update. Perhaps this needs an active fork.
Hi, I just installed latest version of
vue-i18next
, but it seems that you got some version mismatches? I can see that@panter/vue-i18next/typings/index.d.ts
andi18next
have different names for some functions. Inpackage.json
I noticed:Shouldn't you use
^
operator to target minor versions instead of>=
which I never use, but I assume that targets any latest major versions :D