-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
SSR Hydration mismatch with HeadlessUI starting in 3.4.x #10000
Comments
I believe the same hydration issue is affecting vuetify => issue Here is a reproduction which includes both an attribute and style mismatch on Nuxt SSR starting on vue >= v3.4.0 |
@paro-paro The value attribute of the textarea should be ignored |
Vue version
3.4.5
Link to minimal reproduction
https://github.com/drewtownchi/ssr-hydration-issue
Steps to reproduce
Run the project and look at the console. I originally found this when working in an Astro project but recreated it in a standalone Vite SSR template as a minimal repro.
What is expected?
No hydration issue
What is actually happening?
The rendered id for the disclosure button is increasing by 2 every time but the expected always stays at 1
System Info
Any additional comments?
This was not an issue on 3.3.x but all version since 3.4.0 have exhibited this behavior.
The text was updated successfully, but these errors were encountered: