Reactjs – Uncaught TypeError: Cannot read properties of undefined (reading 'name') in react frontend
I am trying to access properties of an object from an array of objects I get after fetching them from backend bust as soon as I try to access the property ,it logs the object itself as undefined which was…