-
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
build: Update React I18Next #13643
build: Update React I18Next #13643
Conversation
bf1f9cd
to
61a1f80
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13643 +/- ##
=======================================
Coverage 95.24% 95.24%
=======================================
Files 1505 1505
Lines 20589 20589
Branches 2492 2492
=======================================
Hits 19611 19611
Misses 869 869
Partials 109 109 ☔ View full report in Codecov by Sentry. |
61a1f80
to
95e23c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good👍
Wired, but good that it's working just fine now. Maybe it was som inconsistency with yarn.lock/dependencies? 😅 |
Probably something like that, yes. |
Description
Updated the
react-i18next
NPM package. I got a lot of failing unit tests when I tried this earlier, but now everything seems to work as expected.Verification