-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[i18n] React-Intl v3 soon out of beta #38642
Comments
Pinging @elastic/kibana-stack-services |
++ I'm working on cleaning up React warnings in our plugin code, and one that I can't remove is being thrown by our current version of
|
Can someone give a quick status on this? |
@jfsiii I will try to prioratize it for |
Just wanted to ping on this and see if there's been any movement on it 🙂 |
@jportner I've moved The upgrade will require some coordinated effert with eui since they also use a This means that any plugin (external or internal) will break after this change. We might need to provide these components from our side for backwards compatiblity to not break any external plugins. This issue will remain on hold until I get an OK to prioratize it and work on it. cc @bmcconaghy |
@Bamieh I think it makes sense to try to get this done. Re: backwards compatibility, I don't think we need to worry about that as the contract that is being changed is provided by an external dependency. I would definitely prefer that we not try to carry deprecated components forward if we can get away with it. |
Pinging @elastic/kibana-core (Team:Core) |
Any updates to share on this? |
@legrego the i18n project has been on maintenance mode for a while. I've created an epic for this with the reasearch and full tasks breadown, so we should be ready to get started on this once I get the OK to get this started. |
We should consider upgrading react-Intl to v3 when it goes stable (currently in beta-7).
Main features:
useIntl
HookCurrently we wrap the
react-Intl
provider to support pseudo-locale (en-xa
). With the new context we might need to update ourI18nProvider
code.cc @azasypkin
The text was updated successfully, but these errors were encountered: