Closed
Description
This is the sequel to #3107 – thanks again for fixing it so quickly. 🫶
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
0.0.0-insiders.dcbcd79
What browser are you using?
Chrome
Reproduction URL
https://codesandbox.io/p/sandbox/amazing-glitter-forked-cprxyp?file=%2Fsrc%2FApp.tsx
Describe your issue
Click on "Open dialog" and then click on "Option 1". This error appears:
Did you forget to passthrough the
ref
to the actual DOM node?
Notice that the issue does NOT happen if you:
- remove the
anchor
ormodal
props fromListbox.Options
- don't wrap the
Listbox.Options
in aTransition
- don't wrap the
Listbox
in aDialog
Metadata
Metadata
Assignees
Labels
No labels