Vue version
3.5.13
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-mzgojv7d?file=src%2FApp.vue
Steps to reproduce
- Create a Ref containing a
Set or Map
- Access the Set with
.value
- Create an Iterator from the Set with
.values()
- Use one of the Iterator instance methods as shown here
What is expected?
The Iterator instance methods should work as expected and outlined in the MDN docs
What is actually happening?
The Iterator instance methods aren't found
System Info
Any additional comments?
No response