You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessing itemRefs.value should return an array of rendered li elements, the same instance.refs.itemRefs would.
What is actually happening?
Accessing itemRefs.value actually returns an empty Proxy object whose target is an empty array.
Copying the example code provided at the refs-inside-v-for composition api example locally or in stack blitz errors as explained. But attempting this inside the SFC Playground does work.
The text was updated successfully, but these errors were encountered:
Version
3.2.31
Reproduction link
stackblitz.com
Steps to reproduce
Copy the following code block into a newly created App.vue (locally or in the stackblitz quickstart)
What is expected?
Accessing itemRefs.value should return an array of rendered li elements, the same instance.refs.itemRefs would.
What is actually happening?
Accessing itemRefs.value actually returns an empty Proxy object whose target is an empty array.
Copying the example code provided at the refs-inside-v-for composition api example locally or in stack blitz errors as explained. But attempting this inside the SFC Playground does work.
The text was updated successfully, but these errors were encountered: