Why does the list child node contain #text
Version
3.0.5
Reproduction link
https://codesandbox.io/s/wild-brook-pc433?file=/src/App.vue
Steps to reproduce
<span ref="eval"> { [<span>a</span>,<span>b</span>] } </span>
output : this.$refs.eval.$el.childNodes
What is expected?
NodeList(2)[span,span]
What is actually happening?
NodeList(4)[text,span,span,text]
Other
It's only in the loop