-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watchers no longer fire in the order they're defined from v3.2.38 #7576
Comments
So... |
I assume this sort here is not stable since a change in 3.2.38 (78c199d): core/packages/runtime-core/src/scheduler.ts Line 219 in 957722c
|
The root cause is: the core/packages/runtime-core/src/apiWatch.ts Line 362 in 957722c
this resulted in the same jobId |
Vue version
v3.2.38-v3.2.45
Link to minimal reproduction
https://sfc.vuejs.org/#eNqVkctOwzAQRX9l8CZBSuI+WKAqrcoKPgCJjTdpMm0Cfsl2UqEo/84kRVUpEqILL2buPb6jmZ49WZt1LbIVy33pGhvAY2jtRuhGWeMC9OBwn8CxCGUNA+ydURAREQktdGm0D6D8AdajLY5eUEoDb8bJ6i66Hy303Wuj0LQhju9hvYFeaBiRrCtkiwQK9mxMtftEwYQeEpjPZrMJnTJjsiZwgY6ZRmImzSEWbO6DYOQe6AH8j1no6mZm6W5nHkJ9ZnJ+Wi8tloqAysoiIFUAeT3f9P20xWHIOVVTt9G2DdClylQo14KRLhhJOT/TLGGnK6WqsNm7N5ruOA0ivgUv2Oo02tijs421YHUI1q84b7X9OGSlUXxLGnetDnSrtDJqu8wW2fKRV40Pl/0MvUp3zhw9OkoULLn4nFOzQ5c61BU6dH+GXXl/BF5pv0LHzIEWy4YvNDjsBg==
Steps to reproduce
Observe the console output
What is expected?
The console output being (this is the output for <=v3.2.37):
What is actually happening?
The console output being:
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: