Subscribe on changes!

The scheduler uses the wrong sequence to schedule jobs

avatar
Jan 5th 2024

Vue version

3.4.5

Link to minimal reproduction

https://codesandbox.io/p/sandbox/flushpostsort2-zdg9l7?file=%2Findex.html%3A52%2C9

Steps to reproduce

open the console and you can see similar results: image

What is expected?

same output order

What is actually happening?

different output order

System Info

No response

Any additional comments?

by calling flushPostFlushCbs function, it brings 'post job' to the front of 'normal job' for execution