Version
3.2.26
Reproduction link
SFC Playground
Steps to reproduce
- click add
- click reset
- click add
What is expected?
I expect the values of the state.data array to always be non-reactive
What is actually happening?
Values inside the array are not reactive only the first time. When a new shallow reactive array is assigned, then its values become reactive.