You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways. Unfortunately we can't provide support without a reproduction, and your issue will be closed with no comment if this is not provided.
Transition component wont work
when transition component is added the dropdown won't show up. But when it is removed the dropdown works perfectly fine.
@headlessui/react
1.5.0
stackblitz web container
https://stackblitz.com/edit/node-4hg8tw?file=src/PopOver.jsx
A public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways. Unfortunately we can't provide support without a reproduction, and your issue will be closed with no comment if this is not provided.
Describe your issue
As seen on this page https://headlessui.dev/react/popover. I am not able to achieve this behaviour with popover including transitions.
If you remove the transition tags line [44-52] and closing subsequent tag. The popover works fine but not with transition tag around it.
With Transition tag around Popover Panel.
https://user-images.githubusercontent.com/41326026/163940333-eb504222-4b59-4f80-8da9-3556bfae50f4.mp4
Without Transition Tag around Popover Panel
https://user-images.githubusercontent.com/41326026/163940379-97e7c5b3-1494-4d2c-ac51-d36cc4df6f23.mp4
The text was updated successfully, but these errors were encountered: