Cannot find SVG module error when compiling Typescript in React application
You will get this error mostly when you use SVG and use it in an <img src={yourimportedsvgname} alt=”svg” />tag and when you build your website but typescript throws this error.
follow the steps below to get your issue resolved
First of all, at the ...
mirzad.hashnode.dev1 min read