Im debugging a React app, and I have this element here:
If I try to make a user.matches[1]
the console returns me the element who is in this position.
But If I try to make a map or a find in this array, the console says "undefined".
What Im missing here??? I want to make a for on this object. Why I cant?