Unexpected update in child components when floating point number appears in the array
Vue version
v3.2.20
Link to minimal reproduction
Steps to reproduce
click the button
What is expected?
child components will not update
What is actually happening?
child components updated
System Info
No response
Any additional comments?
when use ref([1, 1.2]) is work fine, why? No response