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
[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next
at <Anonymous>
at <App>
This bug happens if a component with a slot is given a child with a v-for, which is initially looping over an empty array and later changed to a non empty array.
The bug does not occur if the loop runs over a non empty list during creation
The text was updated successfully, but these errors were encountered:
Version
3.0.4
Reproduction link
https://codeberg.org/g-braeunlich/vue3-bug
Steps to reproduce
What is expected?
Browser displays "1"
What is actually happening?
This bug happens if a component with a slot is given a child with a v-for, which is initially looping over an empty array and later changed to a non empty array.
The bug does not occur if the loop runs over a non empty list during creation
The text was updated successfully, but these errors were encountered: