-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
[Bug]: useId composable generate different id on client and server for SSR rendering #919
Labels
bug
Something isn't working
Comments
Code samples: app.vue:
input.vue
Form.vue
|
@mykhailo-alekseiev Could I ask how you resolved this issue? I've encountered the same problem where radix-vue generates IDs with a difference between an underscore '_' and a hyphen '-' on the client and server sides. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce
Describe the bug
Hi!
I caught the issue with hydration and radix. I implemented the fix with the ConfigProvider component and used composable but for input components, I bumped into a warning that
Packages:
Expected behavior
Client and server IDs have to be the same.
Context & Screenshots (if applicable)
The text was updated successfully, but these errors were encountered: