-
Notifications
You must be signed in to change notification settings - Fork 841
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
A few fixes required to get eui@8.x working in Kibana #1603
Conversation
Yeah, I saw that and fixed in #1589 as @thompsongl said. That should be going in soon. |
@thompsongl thanks! I am going to leave this open temporarily while I am working through a ton of other errors I'm seeing in Kibana with eui@8.x. Not sure if they are Kibana errors or EUI errors or Jason errors yet. |
102903a
to
b3f3f4c
Compare
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.
Changes LGTM, needs a changelog entry
@@ -14,6 +14,7 @@ declare module '@elastic/eui' { | |||
export interface EuiFilterButtonProps { | |||
numFilters?: number; | |||
numActiveFilters?: number; | |||
hasActiveFilters?: boolean; |
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!
Summary
EuiEmptyButtonProps
but it accepts about 5 extra props)