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
Describe your issue
Starting with @headlessui/react v1.7.8 you cannot open a Popover from an existing Popover.Panel. It worked fine in 1.7.7.
I've attached a minimal example. Just for context, in our scenario we have a drill down UX where the user can navigate a few levels deep.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.7.8 - 1.7.10
What browser are you using?
Firefox, Chrome, Safari
Reproduction URL
https://stackblitz.com/edit/react-ts-tqzsk8
for the working version change the version of @headlessui/react in
package.json
to 1.7.7Describe your issue
Starting with
@headlessui/react v1.7.8
you cannot open a Popover from an existingPopover.Panel
. It worked fine in 1.7.7.I've attached a minimal example. Just for context, in our scenario we have a drill down UX where the user can navigate a few levels deep.
The text was updated successfully, but these errors were encountered: