if v-model:value receive array[index], The components have some strange behavior
Vue version
3.2.45
Link to minimal reproduction
https://codesandbox.io/s/naughty-hooks-7p8fdn?file=/src/App.vue
Steps to reproduce
Enter the content in the input in the first line
What is expected?
the input is focused. I can continue typing text
What is actually happening?
the input isn't focused.
System Info
No response
Any additional comments?
No response