-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed as not planned
Closed as not planned
Copy link
Labels
🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: transition🔩 p2-edge-case
Description
Version
3.2.20
Reproduction link
Steps to reproduce
Open the link and click the "Toggle transition" button.
What is expected?
Expected normal transition behavior.
What is actually happening?
Transition-group throws an error:
TypeError: child.el.getBoundingClientRect is not a function
I've added the <!--This comment breaks it-->
HTML comment in CustomComponent.vue
. Remove it and the transition will work.
I assume Vue reads the HTML comment as the second template's root element.
Had problem with this for hours because I left one HTML tag commented out in my component. Figured it out by sheer luck. >_>
kentliau
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: transition🔩 p2-edge-case