Skip to content

Tag: tsx

Can’t load image from svg on React.js

The Issue I was working to load image from svg(Scalable Vector Graphics) file on React. I tried a few solution ways and I didn’t received any result. Those are solutions that have been tried: Solution – 1 Firstly, I was reading many articles and seen this way: Directly set source to svg. But that …