[ssr] Hydration error with animateTransform node
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>