Open
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
Run, then catch error in console.
What is expected?
no recursive updates
What is actually happening?
recursive updates
System Info
Any additional comments?
bug conditions:
- create reactive data when template render
- access some prop with 'in' operator
- set value of that prop after the access