We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
Learn more about funding links in repositories.
Report abuse
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.42
https://sfc.vuejs.org/#eNpNUEuugzAMvIqVTamUhj2iSO01SBd8TJuKfJSEskC5+3Pg/Ra2MvZ4MvbGbs6Jz4KsYnUYvHIRAsbFNdIo7ayPsIHHicPaxeEFCSZvNZxo4iQNQI7BmhChg2smFue/Uv+/lGPXKNqOQ//gULQG1xsHyneCrZ1HQpTvjzNcG9jyyKFlZxSzfRaZsqslTr6U1jiqLmIF0S8IiVp1eWxB/glE1G4mAiGAelSfpi5zzrzfHuPsWPWiOyfewRo6xv65/G4EyaofO5LR7hlL9orRhaoswzTkE76DsP5Z0kv4xUSlUWDQl97bNaAnYcl269Iklr4AGQN9KA==
Open devtools
'a' is logged
'a'
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
No response
#5033 vuetifyjs/vuetify#16051
Typescript still says oldVal is [undefined, undefined]
[undefined, undefined]
The text was updated successfully, but these errors were encountered:
Sorry about that, will fix
Sorry, something went wrong.
undefined
23e85e2
fix(watch): ensure oldValue in multi-source watcher is always an array
e06bc1e
fix vuejs#7070
45baec1
LinusBorg
Successfully merging a pull request may close this issue.
Vue version
3.2.42
Link to minimal reproduction
https://sfc.vuejs.org/#eNpNUEuugzAMvIqVTamUhj2iSO01SBd8TJuKfJSEskC5+3Pg/Ra2MvZ4MvbGbs6Jz4KsYnUYvHIRAsbFNdIo7ayPsIHHicPaxeEFCSZvNZxo4iQNQI7BmhChg2smFue/Uv+/lGPXKNqOQ//gULQG1xsHyneCrZ1HQpTvjzNcG9jyyKFlZxSzfRaZsqslTr6U1jiqLmIF0S8IiVp1eWxB/glE1G4mAiGAelSfpi5zzrzfHuPsWPWiOyfewRo6xv65/G4EyaofO5LR7hlL9orRhaoswzTkE76DsP5Z0kv4xUSlUWDQl97bNaAnYcl269Iklr4AGQN9KA==
Steps to reproduce
Open devtools
What is expected?
'a'
is loggedWhat is actually happening?
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
System Info
No response
Any additional comments?
#5033
vuetifyjs/vuetify#16051
Typescript still says oldVal is
[undefined, undefined]
The text was updated successfully, but these errors were encountered: