Closed
Description
Vue version
3.14.15
Link to minimal reproduction
Steps to reproduce
- Run the link
What is expected?
Input should show temp2.value: yes
because item.v.value is updated which should trigger temp2, test and the watcher.
What is actually happening?
Input shows temp2.value: no
System Info
No response
Any additional comments?
In vue 3.14.12 a similar problem was introduced, which was fixed in 3.14.13. Then in 3.14.15 the same problem was re-introduced but for a more narrow edge case. Faulty commit: c2b274a