Good afternoon, the problem is that the images do not open, even if it lies in the same folder as the component itself ... Actually, the images are in a completely different folder, but due to the fact that they don’t want to open, I started They are already in the same folder to throw off, but it does not open vseravno. I tried a bunch of ways, other formats ...
for example, I ask:
technologies: [ { name: 'development', path: 'dev.png', link: '/' } ... { this.state.technologies.map(function (res, i) { return <a key={i} href={res.link} > <img src={res.path} /> <span class="name">{res.name}</span> </a> }) } The image is in the same folder.