-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: suspense
Description
Vue version
3.5.7
Link to minimal reproduction
Steps to reproduce
- Render an array of elements using a component with async setup
- Render new elements
What is expected?
Vue should render the elements in the same order as in the array.
What is actually happening?
Vue renders new elements in reverse order.
Additionally, everything works fine if I use v-for
without key
.
System Info
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: suspense