-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
has workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemneed discussion🔩 p2-edge-case
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
Metadata
Metadata
Assignees
Labels
has workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemneed discussion🔩 p2-edge-case