I\'m trying to render my images that I stored in my array by using the map() method. Unfortunately I\'m getting error when I\'m trying to render the image from
map()
yourArray.map((key, data) => { });