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
I think this one is related to #3348
Repro:
unmount={false}
<Dialog>
<TransitionChild>
I'm using "@headlessui/react": "^0.0.0-insiders.a36380f",
"@headlessui/react": "^0.0.0-insiders.a36380f",
The text was updated successfully, but these errors were encountered:
Hey!
Small update in the meantime. You can add unmount={false} to the <TransitionChild /> to work around this for now.
<TransitionChild />
Sorry, something went wrong.
Thanks @RobinMalfait, it's working!
When do you think there will be a new version of headless UI? :) The latest version is 2.1.2 I believe.
RobinMalfait
No branches or pull requests
I think this one is related to #3348
Repro:
unmount={false}
to the<Dialog>
component )<TransitionChild>
is broken - The Close (X) button at the top right dissapears on mobile!I'm using
"@headlessui/react": "^0.0.0-insiders.a36380f",
The text was updated successfully, but these errors were encountered: