-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Remove use of injecti18n in Embeddables plugin #44043
Remove use of injecti18n in Embeddables plugin #44043
Conversation
Pinging @elastic/kibana-app-arch |
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
8a97e64
to
0d354d6
Compare
💔 Build Failed |
0d354d6
to
edcd33a
Compare
💔 Build Failed |
Don't think the failures are related:
retest |
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.
Nice, I wanted to do the same.
Curious if there is any benefit of using injectI18n
HOC as we do not re-render the application automatically when language changes.
retest |
💔 Build Failed |
Different failure this time, |
edcd33a
to
465864a
Compare
💚 Build Succeeded |
* remove use of injecti18n * fix jest tests and typescript errors * Fix more jest tests
…-to-np-ready * 'master' of github.com:elastic/kibana: (409 commits) [ML] Data frame analytics: Fix source index checks. (elastic#44479) [Code] try fix this test (elastic#43692) skip flaky suite (elastic#44572) (elastic#42111) (elastic#44286) (elastic#43557) (elastic#42567) skip flaky suite (elastic#44560) skip flaky suite (elastic#44250) disable flaky suite (elastic#41336) [code] Update download URLs for go lsp. (elastic#44581) disable flaky suite (elastic#44575) disable flaky suite (elastic#44576) [Code] add functional test to verify lang server full api symbol/reference counts (elastic#44051) Improve Storybook scripts and load time (elastic#44511) Update Dependencies (elastic#44519) Remove use of injecti18n in Embeddables plugin (elastic#44043) [SIEM] Adds a configuraton option for the default SIEM date time range (elastic#44540) [Uptime]Fix/issue 40584 section headline should be inside panel (elastic#43468) disable flaky suite (elastic#22322) Changes network to use ECS fields (elastic#44392) Fix 'workpad flash' when loading new workpad (elastic#44387) [renovate] bump new PR version labels Update dependency cmd-shim to ^2.1.0 (elastic#44034) ... # Conflicts: # src/legacy/core_plugins/console/public/index.html
Update to recommended usage of localization, using
i18n.translate
instead of injectedintl
prop.