Display image in reactjs fetched from rest api
I want to display the images of a particular product. I am fetching the images of a product and the images path is printing correctly in the console but the images does not display in the page. Is there some…