We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest master @ ac81dcf
master
This problem did not occur with 3.0.0-rc.5.
https://codesandbox.io/s/cranky-mcclintock-6tdfd?file=/index.html
ref1
watch
The $refs should be updated prior to any flush: 'post' watchers being called.
$refs
flush: 'post'
The $refs are updated after the watchers.
The text was updated successfully, but these errors were encountered:
fix(runtime-core/scheduler): sort postFlushCbs to ensure refs are set…
caccec3
… before lifecycle hooks (#1854) fix #1852
Successfully merging a pull request may close this issue.
Version
Latest
master
@ ac81dcfThis problem did not occur with 3.0.0-rc.5.
Reproduction link
https://codesandbox.io/s/cranky-mcclintock-6tdfd?file=/index.html
Steps to reproduce
ref1
is not populated when thewatch
handler is called.What is expected?
The
$refs
should be updated prior to anyflush: 'post'
watchers being called.What is actually happening?
The
$refs
are updated after the watchers.The text was updated successfully, but these errors were encountered: