Breaking change in 3.2.42 - immediate multiple watcher oldValue is undefined
Vue version
3.2.42
Link to minimal reproduction
Steps to reproduce
Open devtools
What is expected?
'a'
is logged
What is actually happening?
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
System Info
No response
Any additional comments?
#5033 https://github.com/vuetifyjs/vuetify/issues/16051
Typescript still says oldVal is [undefined, undefined]