-
Notifications
You must be signed in to change notification settings - Fork 194
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
feat: update react-i18next config #3010
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/i18next-browser-languagedetector@7.1.0, npm/i18next@22.5.1, npm/react-i18next@12.3.1 |
@@ -92,6 +92,7 @@ export default function PasswordForm< | |||
<TextField | |||
autoFocus={autoFocus} | |||
id="password" | |||
// @ts-ignore/currently ignore |
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.
@reneaaron i was able to correct other breaking changes but this one, not yet. it always throw type safe errors. any idea why this happening?
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.
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.
Can't explain it either, must be caused by the keyPrefix being passed to the component. 🤷♂️
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.
tACK
@@ -92,6 +92,7 @@ export default function PasswordForm< | |||
<TextField | |||
autoFocus={autoFocus} | |||
id="password" | |||
// @ts-ignore/currently ignore |
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.
Can't explain it either, must be caused by the keyPrefix being passed to the component. 🤷♂️
Describe the changes you have made in this PR
A clear and concise description of what you want to happen
Link this PR to an issue [optional]
Fixes #ISSUE-NUMBER
Type of change
(Remove other not matching type)
fix
: Bug fix (non-breaking change which fixes an issue)feat
: New feature (non-breaking change which adds functionality)feat!
: Breaking change (fix or feature that would cause existing functionality to not work as expected)docs
: Documentation updateScreenshots of the changes [optional]
Add screenshots to make your changes easier to understand. You can also add a video here.
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist