-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
Fix the types and use exposed types from i18next #319
Conversation
I've got local changes ready to go, waiting on the upstream PR to be merged so we can get a green build again. |
Still needs some updates to usage of internal services. i18next/i18next#1297 (comment) I have pushed all my local changes. |
published in i18next-xhr-backend@3.0.1 |
I have updated to i18next 17.0.8 & i18next-xhr-backend 3.0.1 but I am still getting an error
|
Me too :( It seems in the change the XHR Backend is typed as BackendModule but the i18next change expects a Module ... ? |
use(module)
types i18next#1296