Segun Adebayo
Segun Adebayo
Thanks for working on this @oBusk. I've added the changes in this PR to our upcoming v3 PR. I appreciate your work on this.
So far, setting the span to be `hidden` has worked, and I would leave it as is for now. I'll use a Portal as a fallback implementation if this becomes...
After some thought, we won't be going forward with this PR. We're starting to migrate out of `framer-motion` and make it opt-in for the users.
This has already been fixed in one of the recent PRs. We'll release an update shortly. If the issue persists after the release, I'll re-open this issue.
This has already been fixed in one of the recent PRs. We'll release an update shortly. If the issue persists after the release, I'll re-open this issue.
Hey @abdullahtariq1171, This is currently showing due to the programmatic focus call within the code. This doesn't work with focus visible for now, consider removing the box shadow with style...
cc: @TimKolberger Could you help look into this.
This is currently in the "can't fix" due to the complexity involved in getting this right. In future versions, we'll consider adding an `asChild` prop to allow you to forward...
Hi all, The best we can do now is to provide a minimal provider that doesn’t include the component themes. We’ve added a `ChakraBaseProvider` and `extendBaseTheme`, which only supply the...
We no longer call event.preventDefault in the modal components. This should now work as expected.