-
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
Transition no longer maintaining class specified in enterTo at end of transition. #2991
Comments
i have the same problem after upgrading to version 1.7.18 |
I've got the same problem using 2.0.0-alpha.4 which is required for Catalyst. |
This seems similar to this issue (?): #2914 |
Hey! This should be fixed by #3074, and will be available in the next release. You can already try it using:
|
Hi @RobinMalfait , Sorry for the late response, but I just now tried to update to 1.7.19 and it does not solve the transition regression that was introduced in 1.7.18 (but I don't see it mentioned in the release notes either so it might be expected?). However, v2.0.2 does solve the issue I was seeing. ✅ Thanks! |
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
v1.7.18
What browser are you using?
Chrome Version 121.0.6167.160 (Official Build) (arm64)
Reproduction URL
repro
Describe your issue
A
<Transition>
that would previously fade out and stay atopacity-0
no longer stays atopacity-0
at the end of the transition. After fading out it pops back to full visibility (theopacity-0
class is removed).The text was updated successfully, but these errors were encountered: