Closed proevilz closed 1 year ago
Yeah. I'm seeing the same thing. Since ~2 days ago, https://react-svgr.com/playground/?native=true is not working anymore
Can confirm - doesnt work chrome either safari
~until this is fixed --- wayback machine to the rescue! https://web.archive.org/web/20230307233138/https://react-svgr.com/playground/~ nvm, it loads but doesn't actually work :/
Same issue today
can confirm! the same issue, does not work on chrome, safari or firefox
In the meantime, until this is fixed (PR), you can use SVGR's CLI. It will give you the exact same results.
npm install -g @svgr/cli
svgr --native --typescript yourInputFile.svg --out-dir output-folder
As far as I have checked, it covers all options. I just needed --native
and --typescript
for my case.
Same issue today
It doesn't work in any browser, but it works here in Microsoft Edge browser
Same thing today (again). This time even the home page doesn't render.
🐛 Bug Report
A clear and concise description of what the bug is.
Live playground doesn't work anymore
To Reproduce
Go to https://react-svgr.com/playground/ and you can see that the JSX isn't output anymore
Expected behavior
JSX to be generated
Link to repl or repo (highly encouraged)
Please provide a minimal repository on GitHub.
Issues without a reproduction link are likely to stall.
Run
npx envinfo --system --binaries --npmPackages @svgr/core,@svgr/cli,@svgr/webpack,@svgr/rollup --markdown --clipboard
Paste the results here: