I have the following object array that looks empty when not opened. If I try console.log(object) then the object displays as below that I can click open, but as soon as I try console.log(object[0]) I get an undefined. What am I doing wrong here?
This is in a react.js app if that makes a difference.