-
-
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
Should not mark as deprecated #348
Comments
Hi Team, thank you for making this package. We are using it in our project. Can I just clarify why you are deprecating Is it just a name change? Thank you for taking the time to respond to this. |
i18next-xhr-backend was just using the XMLHttpRequest... so this was more or less a browser only module... |
Nice update!, could you put this clarification at the top of the Readme's for both so it's clear for the next newbie? |
i18next-xhr-backend is not maintained any more and [superseded](i18next/i18next-xhr-backend#348 (comment)) by i18next-http-backend.
i18next-xhr-backend is not maintained any more and [superseded](i18next/i18next-xhr-backend#348 (comment)) by i18next-http-backend.
🐛 Bug Report
I found this package should not marked as deprecated because the package
i18next-http-backend
doesn't work properly with Parcel.To Reproduce
Reported to
i18next-http-backend
already: i18next/i18next-http-backend#15i18next-xhr-backend
for the first time oni18n.js
i18next-http-backend
module
field onpackage.json
then include some non-transpiled codesi18n.js
i18nextHttpBackend.js
explicitlyExpected behavior
Should not marked as deprecated package until the new replacement
i18next-http-backend
can work properly on Parcel.Your Environment
package.json
.babelrc
.browserslistrc
The text was updated successfully, but these errors were encountered: