Reactjs – Using SVG as a react component with the image link as a prop?
I'm trying to create a react component (NextJS), which is a hexagon with an image inside it. The component should render the image that was sent as a prop. However, when I try to use multiple components with different images…