nextTick execution order #12609
Unanswered
s-elo
asked this question in
Help/Questions
Replies: 1 comment 1 reply
-
First, this is not considered a bug because you are updateing the state in
Additionally, updating data in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered a scenario where I called
nextTick
multiple times and the callbacks are called in reverse order, not sure if this is expected, if so, may I know the reason?As the above snippet, when I trigger the
click
method, the logs would be like:Beta Was this translation helpful? Give feedback.
All reactions