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
3.2.23
sfc.vuejs.org/
Create a watcher using the composition api that takes an array of refs as source, all resolving to an undefined value.
The handler should be called immediately no matter the value of the properties being watched.
The handler is only called if at least one of the values is not undefined.
The text was updated successfully, but these errors were encountered:
undefined
fix: handle undefined as initial value when watching multiple values
c474805
fix: #5032
displayValue
watch([()=>undefined]
fix(runtime-core): watching multiple values - handle undefined as i…
bc167b5
…nitial values (fix: #5032) (#5033)
402f3da
…nitial values (fix: vuejs#5032) (vuejs#5033)
a468476
Successfully merging a pull request may close this issue.
Version
3.2.23
Reproduction link
sfc.vuejs.org/
Steps to reproduce
Create a watcher using the composition api that takes an array of refs as source, all resolving to an undefined value.
What is expected?
The handler should be called immediately no matter the value of the properties being watched.
What is actually happening?
The handler is only called if at least one of the values is not undefined.
The text was updated successfully, but these errors were encountered: