0

I have this:

enter image description here

How do I turn this into an array?

malexanders
  • 3,203
  • 5
  • 26
  • 46

1 Answers1

2
Object.keys(mounted).map((key) => mounted[key])
Hunter
  • 159
  • 1
  • 7