Skip to content
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

Convert EuiFacetButton to TS #2226

Merged
merged 4 commits into from
Aug 14, 2019
Merged

Conversation

thompsongl
Copy link
Contributor

@thompsongl thompsongl commented Aug 14, 2019

Summary

Fixes #2216 and converts EuiFacetButton to TypeScript.

Checklist

- [ ] Checked in dark mode
- [ ] Checked in mobile
- [ ] Checked in IE11 and Firefox
- [ ] Props have proper autodocs
- [ ] Added documentation examples
- [ ] Added or updated jest tests
- [ ] Checked for breaking changes and labeled appropriately
- [ ] Checked for accessibility including keyboard-only and screenreader modes

  • A changelog entry exists and is marked appropriately

Copy link
Contributor

@cchaos cchaos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I just had one unrelated ask.

src/components/facet/facet_button.tsx Outdated Show resolved Hide resolved
Copy link

@jfsiii jfsiii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added two suggestions for alternatives to importing/exporting EuiFacetButtonProps.

Perhaps I misunderstood the intent, but I believe they'll behave the same and avoid the renaming

@thompsongl
Copy link
Contributor Author

@jfsiii Right idea, but apparently exporting members like that inside of a declaration block doesn't work.

@jfsiii
Copy link

jfsiii commented Aug 14, 2019

Ah, I missed that this was inside declare module '@elastic/eui' {. I'm not familiar with that TypeScript-ism.

@thompsongl thompsongl merged commit 3da2a77 into elastic:master Aug 14, 2019
@thompsongl thompsongl deleted the ts-facetbutton branch August 14, 2019 18:38
thompsongl added a commit to thompsongl/eui that referenced this pull request Sep 10, 2019
* convert euifacetbutton to ts

* concat className

* CL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EuiFacetButton: TypeScript Error if no buttonRef
4 participants