-
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
Migrate EuiBottomBar, EuiHealth and EuiImage to TS #2328
Migrate EuiBottomBar, EuiHealth and EuiImage to TS #2328
Conversation
The `yarn build` command was failing due to wierdness around the `PADDING_SIZES` export from `bottom_bar.tsx`. Remove it, and essentially move it to the test file, which is the only usage I could find (I checked Kibana too).
3df5345
to
c17ff11
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.
Thanks as always, @pugnascotia!
Thanks @thompsongl, I've addressed your comments. |
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.
Missed this before. Need HTMLElement
attributes so things like style
can be spread
@thompsongl updated again! |
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, @pugnascotia!
@miukimiu If this merges before #2287, I'll get you a PR that'll resolve the merge conflicts in your branch
Summary
Migrate
EuiBottomBar
,EuiHealth
andEuiImage
to TS.Checklist