-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workingscope: ssr
Description
Version
3.0.5
Reproduction link
https://github.com/rstoenescu/vue3-ssr-bug-animate-transform
Steps to reproduce
- yarn
- yarn dev
- Check browser console
What is expected?
Should not have any hydration errors
What is actually happening?
Has hydration error
[Vue warn]: Hydration node mismatch:
- Client vnode: animateTransform
- Server rendered DOM: <animatetransform></animatetransform>
at <Home onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< undefined > >
at <RouterView>
at <App>
hawkeye64, cirolosapio and Dokinz
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workingscope: ssr