-
-
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
Change in the way React is imported by the UMD module in 11.17.3 #1527
Comments
fyi: #1525 @jy95 |
When I run
Am I missing something? Anyway, if I use the |
v11.17.4 has just been published |
Thank you for the prompt reaction! |
If you like this module don’t forget to star this repo. Make a tweet, share the word or have a look at our https://locize.com to support the devs of this project. There are many ways to help this project 🙏 |
💥 Regression Report
dist/umd/react-i18next.min.js
expects React to be available asreact
whereasumd/react.production.js
exportsReact
.Last working version
Worked up to version: 11.17.2
Stopped working in version: 11.17.3
To Reproduce
Steps to reproduce the behavior:
Create a file
index.html
:Create a file
package.json
:Run:
Browse to
http://0.0.0.0:8000/
, and open the JS console. There is an errorUncaught TypeError: n is undefined
.Expected behavior
No error.
Adding:
before loading
react-i18next
fixes the issue.Your Environment
The text was updated successfully, but these errors were encountered: