-
-
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
Nuxt3 Entry.js tagName.toLowerCase() Error #9531
Comments
No real reproduction from users were provided, so we can only make the best guess. First of all, this is caused by #8859. Before #8859, this branch is only entered when there is a hydration mismatch where the client vnode is a comment (authored by the user in the template), but the DOM node being hydrated is not a comment. The error message users cited in nuxt/nuxt#23981 shows The edge case noted by @edison1105 in #9532 is related, but unlikely to be the actual cause of the issue, as I don't think many users would be manually writing a |
@yyx990803 @sodatea |
Vue version
3.3.7
Link to minimal reproduction
nuxt/nuxt#23981
Steps to reproduce
What is expected?
正常运行
What is actually happening?
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: