Open
Description
Vue version
3.4.25
Link to minimal reproduction
Steps to reproduce
- Open reproduction link
- Check console logs
What is expected?
Ref from slot props should have single element assignment
What is actually happening?
Ref from slot props has an array containing a single element
System Info
No response
Any additional comments?
Correct behaviour should be:
- When assigning the same reactive ref to template ref inside v-for, it should hold an array of refs demo
- When each v-for element has unique reactive ref assigned, it should return the individual element ref only