I have local json data's and I'm going to map through them as a problem react cant read image url while mapping it but when I import the images as something like logo or etc... it shows the image
CodePudding user response:
use require to import pictures
<img src={require(cat.img)}/>
CodePudding user response:
you can map images without importing you just have to put images in public folder