Replies: 2 comments 1 reply
-
Can reproduce that as well, and would love to get an answer. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi! I create a package Headless UI Float, that can be easy to position floating Headless UI elements using Floating UI (is new version Popper.js), support Transition & Portal. If you need to float Headless UI element can try it out 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the Popover page the basic example wraps the
Popover
in aTransition
. Later in that page it recommends usingreact-popper
for placement, but if you use aTransition
like in the basic example,react-popper
breaks and can no longer place thePopover
(it always gets placed over the top left of the button).Is
Transition
not supposed to work withreact-popper
or is that a bug? And if it's not a bug should the page be updated to explain thatreact-popper
is not supported with transitions (or maybe suggest a supported library or workaround instead)?Beta Was this translation helpful? Give feedback.
All reactions