Javascript – React.js: Unable to get the promise results set in the properties inside the array of objects
The api response consisting of properties such as films and vehicles array of urls and by fetching those, I'm trying to get the resultant objects and trying to update it back inside those mentioned properties. After returning the promises using…