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

Fix various nested componentProps to accept the css prop type #6211

Merged
merged 3 commits into from
Sep 6, 2022

Conversation

cee-chen
Copy link
Member

@cee-chen cee-chen commented Sep 6, 2022

Summary

#6118 extended CommonProps to allow the css Emotion prop for Emotion-based styling, but not all nested *Props were correctly extending CommonProps. I did a quick grep for Props?: and checked for types that were not extending CommonProps.

The second commit of this PR addresses #6074 (comment) (figured I'd grab that while I was here).

Checklist

As this is not a change that affects end-users, I'm not 100% sure if we need a changelog for this, but including in any case

  • A changelog entry exists and is marked appropriately

@cee-chen cee-chen marked this pull request as ready for review September 6, 2022 19:26
@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_6211/

Copy link
Contributor

@thompsongl thompsongl left a comment

Choose a reason for hiding this comment

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

Thanks, Constance!

@cee-chen cee-chen merged commit 27d7b78 into elastic:main Sep 6, 2022
@cee-chen cee-chen deleted the nested-props-css branch September 6, 2022 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants