-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[2.1.3]: Popover issues with transition prop #3438
Comments
Possible duplicate of #3437 |
Can confirm the same problems. Compared to 2.1.2, it seeems that the portal of the popup does not get removed on close. |
Same here |
Hey folks, thanks for reporting this! I am able to reproduce this using a Tailwind UI component (see below). I recommend sticking to Screen.Recording.2024-09-02.at.11.54.56.AM.mov |
Hi! But the issue I opened that happens when you spam-click the button happens on 2.1.2 too. It is not the same issue and I think it should be reopened |
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
2.1.3
What browser are you using?
Chrome
Reproduction URL
https://codesandbox.io/p/devbox/falling-sunset-24wzzr
Describe your issue
CloseButtons not closing the popover they are in.
In the reproduction, press on Products and then, on Insights. The popover should have closed but did not, despite Insights being a CloseButton.
PopoverGroup not closing other open popovers they contain.
In the reproduction, press on Products and then, on Solutions. The popover from Products should have closed but did not, despite being in the same PopoverGroup.
Unable to open/close popovers consistently.
In the reproduction, keep clicking on Products and you'll notice its open/close state does not toggle consistently.
The text was updated successfully, but these errors were encountered: