DEV Community

Discussion on: Fetch returns an array, but javascript doesn't recognise fields.

Collapse
 
jenbutondevto profile image
Jen

when you expand the object at index 0, is the "missing" data still in there? I wonder if it's because you're responding with the stringified list. Maybe try console.log(JSON.parse(res)) and compare to console.log(res)