-
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
[Package][Expandable flyout] - fix Storybook #185036
[Package][Expandable flyout] - fix Storybook #185036
Conversation
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
}, | ||
preview: [], | ||
} as unknown as State; |
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.
should remove these as uknown as
that are present throughout the tests, or else this is highly likely to happen again in the future
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.
thanks for pointing this out, removed here
a7c2048
to
8b8b3ac
Compare
🎊 |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Summary
This PR fixes the
kbn-expandable-flyout
package storybook.There were 3 issues:
<i18nProvider>
error, introduced by this PR and that will be fixed with this PR<i18nProvider>
in ourTestProvider
file, which highlighted the prior pointScreen.Recording.2024-06-07.at.12.24.23.PM.mov
Notes
We need to wait for #185033 to be merged before testing this (I cherry picked the changes to test locally before opening the PR).