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
Reproduced automatically via provided codesandbox.io link. You can try to remove "div" element or fill the array with at least one element to remove "undefined".
What is expected?
Nothing should be printed.
What is actually happening?
"undefined" is printed.
This is new, 2.4 was fine.
The text was updated successfully, but these errors were encountered:
rootpd
changed the title
Iterating empty array with v-for printing "undefined" when subcomponent is used
Iterating empty array with v-for printing "undefined" when other element is used
Oct 13, 2017
Version
2.5.0
Reproduction link
https://codesandbox.io/s/1v474z3rxl
Steps to reproduce
Reproduced automatically via provided codesandbox.io link. You can try to remove "div" element or fill the array with at least one element to remove "undefined".
What is expected?
Nothing should be printed.
What is actually happening?
"undefined" is printed.
This is new, 2.4 was fine.
The text was updated successfully, but these errors were encountered: