-
## 🐛 Bug Report
I'm getting compiler errors with svgr 7 with "skipLibCheck": false
```text
node_modules/@svgr/core/dist/index.d.ts:1:25 - error TS2307: Cannot find module 'prettier' or its …
-
The advantage of using svgr is that it inlines the .svg files in the react code. Any way to do this with `vite-plugin-svgr`?
Currently even the small files are not included:
-
Been trying to debug this for the past few days but can't figure it out. We are using the latest versions of Razzle and Razzle dev utils (4.0.4). It was working correctly before we upgraded razzle. No…
-
## 🐛 Bug Report
I open website of SVGR on my macbook pro in Firefox/Chrome and it is crashed (emtyp white page) after load
example:
## To Reproduce
- open main page https://react-s…
-
When using Vite plugin svgr to import multiple SVG files into a single component, I got a collision of the style because the ids how to handle this?
-
## 🐛 Bug Report
The `plugins` option is undocumented? It's not mentioned on:
https://react-svgr.com/docs/options/
While it is needed to enable for example the svgo plugin:
https://www.npmj…
-
Module build failed (from ./node_modules/@svgr/webpack/lib/index.js):
Error: Expected > (6:51). If this is valid SVG, it's probably a bug in svg-parser. Please raise an issue at https://github.com/Ri…
-
## 🐛 Bug Report
exportType doesn't seems to be supported. 3 years ago I was using webpack it wasn't supported, 3 years later, I use vite (and so rollup.js) and exportType still isn't supported.…
-
## 🐛 Bug Report
When using this library and running the type checker, I get this error:
```
../../common/temp/node_modules/.pnpm/@svgr+core@6.5.1/node_modules/@svgr/core/dist/index.d.ts:2:1…
-
Getting a strange eslint warning in my `vite.config.js` of the `svgr` plugin import. The actual functionality of the plugin is working just fine.
```js
import path from "path";
import { defineCon…