Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [KibanaRootContextProvider] destructure the params to KibanaEui…
…Provider (elastic#203303) (elastic#203347) # Backport This will backport the following commits from `main` to `8.x`: - [[KibanaRootContextProvider] destructure the params to KibanaEuiProvider (elastic#203303)](elastic#203303) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tim Sullivan","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-06T22:06:59Z","message":"[KibanaRootContextProvider] destructure the params to KibanaEuiProvider (elastic#203303)\n\n## Summary\r\n\r\nAddresses:\r\nhttps://github.com/elastic/pull/202606#discussion_r1871947907\r\n\r\nThis discards the\r\n> unused portions of core, before adding them to the context value, but\r\nstill allow people to pass the entire construct if we were to need\r\nsomething else\r\n\r\ncc @clintandrewhall \r\n\r\n----\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n**none**\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n**none**\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"79e731685ad4af8cabd4c6eb13aa70a6c23d556e","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:SharedUX","backport:prev-minor"],"title":"[KibanaRootContextProvider] destructure the params to KibanaEuiProvider","number":203303,"url":"https://github.com/elastic/kibana/pull/203303","mergeCommit":{"message":"[KibanaRootContextProvider] destructure the params to KibanaEuiProvider (elastic#203303)\n\n## Summary\r\n\r\nAddresses:\r\nhttps://github.com/elastic/pull/202606#discussion_r1871947907\r\n\r\nThis discards the\r\n> unused portions of core, before adding them to the context value, but\r\nstill allow people to pass the entire construct if we were to need\r\nsomething else\r\n\r\ncc @clintandrewhall \r\n\r\n----\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n**none**\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n**none**\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"79e731685ad4af8cabd4c6eb13aa70a6c23d556e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203303","number":203303,"mergeCommit":{"message":"[KibanaRootContextProvider] destructure the params to KibanaEuiProvider (elastic#203303)\n\n## Summary\r\n\r\nAddresses:\r\nhttps://github.com/elastic/pull/202606#discussion_r1871947907\r\n\r\nThis discards the\r\n> unused portions of core, before adding them to the context value, but\r\nstill allow people to pass the entire construct if we were to need\r\nsomething else\r\n\r\ncc @clintandrewhall \r\n\r\n----\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n**none**\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n**none**\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"79e731685ad4af8cabd4c6eb13aa70a6c23d556e"}}]}] BACKPORT--> Co-authored-by: Tim Sullivan <[email protected]>
- Loading branch information