SSR Component Id does not match #2585
Unanswered
alimozdemir
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is an ongoing issue in Nuxt itself nuxt/nuxt#25755 If you use a static id, it should be fine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I'm implementing Menu component in a nuxt project. I think I have an issue but I'm not sure it is related to usage or a real issue.
I just copied the example from the website. useId() approach working great with Tabs/Select/Datepicker.
but for this it looks like there is an issue with the separator.
I'm getting the following warning.
In the server it uses hype and in the client it uses underscore
I tried to set id for each component but then Positioner/Content is getting broken. For the other components, I'm just setting the id for the root component also.
Do you have any idea, to fix that issue?
btw, it is also happening for the content component
Beta Was this translation helpful? Give feedback.
All reactions