Reactjs – Fetching data in React's returns "undefined"
`I am trying to get a companies list from dynamodb, but I am getting return "undefined" loadedCompanies { entityId: undefined, entityType: undefined, parentCompany: undefined, companyType: undefined, status: undefined } when I console.log('GET call succeeded: ', data) this is what I…