I'm building a React app that get's it's data via API calls.
I have an array of objects that gets populated, but for some reason only 1 attribute in the objects is inaccessible only when the page is refreshed.
My account is new so unfortunately I cannot post pictures yet.
When I log the object I can see the property, "price", has a value. However, when I try to access it, it shows undefined.
Does anyone happen to know why this might be happening?
Thank you