Skip to content

Iterator helpers removed after conversion to Ref #13238

@glimfjord

Description

@glimfjord

Vue version

3.5.13

Link to minimal reproduction

https://stackblitz.com/edit/vitejs-vite-mzgojv7d?file=src%2FApp.vue

Steps to reproduce

  1. Create a Ref containing a Set or Map
  2. Access the Set with .value
  3. Create an Iterator from the Set with .values()
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions