-
### Related page
https://github.com/mui/pigment-css?tab=readme-ov-file#start-with-nextjs
### Kind of issue
Missing information
### Issue description
This is my `next.config.js`file that…
-
I would like something like that
```
import Sprite from "../../../public/sprite.svg";
const page = () => {
return (
);
};
```
…
-
## 💬 Questions and Help
Thank you for this helpful project!
I'm trying to dynamically import SVGs based on a string filename, but I'm a little lost.
Is something like this possible using webp…
-
**Is your feature request related to a problem? Please describe.**
Could be better if we can refactor the frontend components/pages to use SVGs from the public folder rather than hardcoding the SVGs …
-
## 🐛 Bug Report
When you visit the main website https://react-svgr.com/, you get a white screen of death.
![image](https://github.com/gregberge/svgr/assets/3067041/5e63935c-447e-43bd-adba-de4f…
-
Hi, not sure if it's exactly rsbuild issue, but for me when I save one file it recompiles all of them, considering 55 packages it's quite some time. I tried the Vite plugin for the storybook, and it o…
-
PS C:\> npx create-react-app mern-stack
Creating a new React app in C:\mern-stack.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with …
-
## 🐛 Bug Report
`@svgr/webpack` does not work with `next 13.4.19`. It generates error message:
```
./public/next.svg
Module parse failed: Unexpected token (1:0)
You may need an appropriate lo…
-
## 🐛 Bug Report
When running svgr with Prettier 3.0.0 I get this error message
```
> svgr --no-svgo --ext jsx --jsx-runtime automatic -d src/components src/svgs
Failed to handle file: …
-
**Relevant package**
`@svg-use/react`
`@svg-use/webpack`
**Describe the bug**
I'm trying to use this with Next.js 14 as a replacement for svgr. We're using the App Router and have a number of …