-
Notifications
You must be signed in to change notification settings - Fork 515
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
[Slideover/Modal] Enter transition not working #2127
Comments
I'm encountering this issue too. The entry transition of Modal is also not working. Environment
|
Same here. App was working fine a few weeks back, but I updated packages this morning and suddenly entry transition is gone. My Env:
|
Same here. The enter transition is either NOT WORKING AT ALL or VERY GLITCHY WITH FLICKERS. But I found that the situation only happens on chrome (macOS version, iOS version is fine). It also works fine on safari. Maybe it's a chrome bug? Env:
|
Could you please tell me if using |
I'm experiencing the same issue for both Slideovers and Modals Env:
|
@benjamincanac Changed reproduction to 3.13.0. Unfortunately the bug persists. Also tried out 3.12.4 which used to work 2-3 weeks ago but doesn't now. |
Seems to be related to Headless UI -> tailwindlabs/headlessui#3456 since the Nuxt UI is using |
Thanks @Tragio for the investigation, seems to be related to Vue 3.5 then. We'll have to wait for a fix from Headless UI. |
Is there any workaround? I just downgrade to 3.4.x and Nuxt 3.13.0 but then i got an error.. so doesn't work |
I am experiencing the same issue after upgrading to Nuxt 3.13.1 |
Same guys. I thought it was my fault, but after I saw your comments guys maybe it's not my fault |
Can confirm that downgrading vue (in my case to 3.4.27) solved the issue with enter transitions |
No working for me: "dependencies": {
"@nuxt/ui": "^2.18.4",
"nuxt": "^3.13.0",
"vue": "3.4.38",
}, I'm getting this error: |
This is what's working for me, fwiw. |
not working on the official nuxt ui site either https://ui.nuxt.com/components/slideover |
@schillerenrico I recently updated the docs to Nuxt 3.13.2 so this makes sense. |
Environment
Version
v2.18.4
Reproduction
https://stackblitz.com/edit/github-dbk9vy?file=app.vue
Description
Enter transition of sliderover Module not working properly. Instant appearing of elements (with sometimes slight but too quick transitions). Exit transition works fine.
Tried on Chrome, Firefox & Safari on Mac.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: