-
Notifications
You must be signed in to change notification settings - Fork 139
fix: Deeply nested aspect ratio #398
fix: Deeply nested aspect ratio #398
Conversation
|
@IHIutch is attempting to deploy a commit to the Chakra UI Team on Vercel. A member of the Team first needs to authorize it. |
Thanks for this, the deploy preview looks good: https://deploy-preview-398--chakra-ui-vue.netlify.app/?path=/story/ui-aspectratiobox--nested-elements |
This pull request is being automatically deployed with Vercel (learn more). chakra-ui-vue – ./🔍 Inspect: https://vercel.com/chakra-ui/chakra-ui-vue/FpVhWjXKRkB5B2q3QxRa13S4sqRL |
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.
Great work with this @IHIutch !
Thanks for this contribution 🎉
@all-contributors please add @IHIutch for code, bugs and ideas |
I've put up a pull request to add @IHIutch! 🎉 |
Let's renders children placed inside CAspectRatioBox
Description
Fixes a bug where deeply nested children didn't render in
CAspectRatioBox
. Fixes #392How Has This Been Tested?
Created tests to check if
CAspectRatioBox
has 1 child element and to check ifCAspectRatioBox
renders a deeply nested elementTypes of changes
Checklist: