Javascript – I am trying to display data in react but i get Cannot read properties of undefined (reading 'map')
I receive data in react using axios but when i try to map through it i get an error "Cannot read properties of undefined (reading 'map')" I was trying to find solutions to this and i think that react first…