Subscribe on changes!

The job sorting in the activePostFlushCbs is unstable

avatar
Jan 5th 2024

Vue version

3.4.5

Link to minimal reproduction

https://codesandbox.io/p/sandbox/flushpostsort-kpxyks

Steps to reproduce

open the console and you can see similar results: 58E67DA1-CC24-4F6E-8028-A00075B9FFF4

What is expected?

same output order

What is actually happening?

different output order

System Info

No response

Any additional comments?

the new job queue has no be sorted when nested flushPostFlushCbs call

image