A comment in a template may cause an error under certain conditions
Vue version
@b775b71
Link to minimal reproduction
Steps to reproduce
- Open the reproduction link
- Click
update items
button in the PREVIEW area - You will see an error
- Delete the comment on L26 in App.vue
- Do step. 2 again
- You will not see the error
What is expected?
No errors occur with or without comments
What is actually happening?
A comment in a template may cause an error under certain conditions
System Info
No response
Any additional comments?
No response
simple reproduction the root cause is: both slot fallback and slot nodes are stable fragments. should not take the fast path