AccordionTab error with v-if="false" #1339
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ...
CodeSandbox Case (Bug Reports)
https://codesandbox.io/s/determined-glade-ks1s3?file=/src/App.vue
Current behavior
An AccordionTab with
v-if="false"
causes aTypeError: child.children.forEach is not a function
becausechild
seems to be a string.Expected behavior
An AccordionTab with
v-if="false"
is just removed from the DOM.The text was updated successfully, but these errors were encountered: