-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
react-i18next throwing webpack error when initializeing using @babel/runtime 7.3.0 #685
Comments
? do you build react-i18next yourself? the runtime gets embedded during build time - so you should not really need/depend on it? can you give a little more information what you are doing - and how you run into this? |
Just updated all dependencies -> as i guess it might be related to babel-runtime update did a republish of [email protected] does using that resolve your issue? |
I guess I'm having a related problem. Just started a brand new create-react-app project yesterday, installed react-i18next and i18next and reused the same code I was using in another project. But today I'm getting the following error.
|
could you try with [email protected] |
I'm getting the exact same issue as described before. Not cloning the repo just npm installing it and then initialising it as follow:
this all started to happen as soon as we did a fresh install of out app that was downloading the latest version of |
still an issue with beside that please be aware |
Hi @jamuhl . Thanks for the support. Setting the version of react-i18next to 9.0.7 fixed the problem for me. |
since the dependency with @babel/runtime is anything from 7.1.2 with the latest update on @babel/runtime 7.3.0 (today) the library stops working. Had to manually downgrade the version to 7.1.2 to make the library work again.
The text was updated successfully, but these errors were encountered: