We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transition
Listbox.Options
Dialog
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?
ref
Notice that the issue does NOT happen if you:
anchor
modal
Listbox
The text was updated successfully, but these errors were encountered:
Hey!
This should be fixed by #3124, and will be available in the next release.
You can already try it using:
npm install @headlessui/react@insiders
Sorry, something went wrong.
RobinMalfait
No branches or pull requests
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:
Notice that the issue does NOT happen if you:
anchor
ormodal
props fromListbox.Options
Listbox.Options
in aTransition
Listbox
in aDialog
The text was updated successfully, but these errors were encountered: