Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Expamples][Guided onboarding] - added missing EuiProvider to f…
…ix errors (#199070) (#199076) # Backport This will backport the following commits from `main` to `8.x`: - [[Expamples][Guided onboarding] - added missing EuiProvider to fix errors (#199070)](#199070) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-06T02:17:16Z","message":"[Expamples][Guided onboarding] - added missing EuiProvider to fix errors (#199070)\n\n## Summary\r\n\r\nThis PR fixes a missing `EuiProvider` within the guided onboarding\r\nexample. Currently the app is barely usable as it throws hundreds or\r\neven thousands of errors which make the page extremely slow.\r\n\r\n#### Before fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/87b8252a-82ac-4094-8adf-3cd4c12236ef\r\n\r\n#### After fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/0382192b-94b7-4d4b-bada-2d438a750b14\r\n\r\n\r\n### Notes\r\n**_This PR does NOT fix all the console errors, that's why you see a\r\ncouple of errors in the console still on the second video above. It just\r\nfixes the bare minimum to make the app at least usable._**\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"833658f094bfec06b1bfdb34c32376cbb5862f53","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Threat Hunting:Investigations","backport:version","v8.17.0"],"title":"[Expamples][Guided onboarding] - added missing EuiProvider to fix errors","number":199070,"url":"https://github.com/elastic/kibana/pull/199070","mergeCommit":{"message":"[Expamples][Guided onboarding] - added missing EuiProvider to fix errors (#199070)\n\n## Summary\r\n\r\nThis PR fixes a missing `EuiProvider` within the guided onboarding\r\nexample. Currently the app is barely usable as it throws hundreds or\r\neven thousands of errors which make the page extremely slow.\r\n\r\n#### Before fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/87b8252a-82ac-4094-8adf-3cd4c12236ef\r\n\r\n#### After fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/0382192b-94b7-4d4b-bada-2d438a750b14\r\n\r\n\r\n### Notes\r\n**_This PR does NOT fix all the console errors, that's why you see a\r\ncouple of errors in the console still on the second video above. It just\r\nfixes the bare minimum to make the app at least usable._**\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"833658f094bfec06b1bfdb34c32376cbb5862f53"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199070","number":199070,"mergeCommit":{"message":"[Expamples][Guided onboarding] - added missing EuiProvider to fix errors (#199070)\n\n## Summary\r\n\r\nThis PR fixes a missing `EuiProvider` within the guided onboarding\r\nexample. Currently the app is barely usable as it throws hundreds or\r\neven thousands of errors which make the page extremely slow.\r\n\r\n#### Before fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/87b8252a-82ac-4094-8adf-3cd4c12236ef\r\n\r\n#### After fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/0382192b-94b7-4d4b-bada-2d438a750b14\r\n\r\n\r\n### Notes\r\n**_This PR does NOT fix all the console errors, that's why you see a\r\ncouple of errors in the console still on the second video above. It just\r\nfixes the bare minimum to make the app at least usable._**\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"833658f094bfec06b1bfdb34c32376cbb5862f53"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Philippe Oberti <[email protected]>
- Loading branch information