So previously, I have used state a lot with API calls, but recently for some reason... I've run into this problem where I can't access the value in state.
I've tried putting it into an array which I usually do, does not work, alone, not working. At this point, I'm just stuck and have no clue what to do.
In the picture below, I log the data and it shows it on the right, though things go bad when I go into the object. When code works
In the picture below, when I try to log one of the keys, for some reason it says (cannot read properties of undefined when in the picture above, it clearly shows it's there. I don't understand how I can access one level deep into the object but when I go further it just stops working. What am I doing wrong?? Thank you in advance!!! when code does not work