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
The slots should be rendered properly.
The combination of v-for and "fragment" should return an Array of VNodes.
What is actually happening?
The slots render as "undefined"
It returns an Array of Arrays of Vnodes.
The problem seems to be that the result becomes an Array of Arrays of VNodes. Seems like it ought to be flattened.
For some reason, if you add an extra element as a sibling, it fixes it.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Version
2.5.17
Reproduction link
https://jsfiddle.net/Herteby/r2nb09eg/
Steps to reproduce
As the title says, or just look at the fiddle :)
What is expected?
The slots should be rendered properly.
The combination of v-for and "fragment" should return an Array of VNodes.
What is actually happening?
The slots render as "undefined"
It returns an Array of Arrays of Vnodes.
The problem seems to be that the result becomes an Array of Arrays of VNodes. Seems like it ought to be flattened.
For some reason, if you add an extra element as a sibling, it fixes it.
The text was updated successfully, but these errors were encountered: