You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error "Mismatching childNodes vs. VNodes" when having svg element with camelcase tag name such as "animateTransform", "animateMotion" or "linearGradient" in template #4195
replace template in assets/app.js with the template which have svg elements animateTransform or animateMotion(actually I copied the svg from MDN(animateTransform, animateMotion
restart the service, and browse the rendered page.
What is Expected?
The VNodes and the actual childNodes are matching.
What is actually happening?
warning and error occered: Mismatching childNodes vs. VNodes: [animatetransform]
What's more
It seems that if I use animatetransform instead of animateTransform, the rendered tag is still animateTransform but everything goes right
other tags with camelcase name such as 'animateMotion' 'linearGradiant' behave the same