-
-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svgs not rendering #1033
Comments
Thanks for opening this issue! A maintainer will review it soon. |
This also doesn't work in vite: https://stackblitz.com/edit/vitejs-vite-xvoho4?file=package.json,vite.config.ts,src%2FApp.tsx&terminal=dev |
Thank you for sharing this @monicaricks, really appreciate it. The team is however working on this at the moment and fixes will be available in the next release. I will take a look at your Stackblitz reproduction though |
Thanks! I look forward to the next release!! 👍 |
What version of
million
are you using?3.0.6
Are you using an SSR adapter? If so, which one?
none
What package manager are you using?
pnpm
What operating system are you using?
Max
What browser are you using?
Chrome
Describe the Bug
svgs not rendering using auto mode on webpack project:
million.webpack({
auto: {},
}),
I'm getting this error in the console:
What's the expected result?
all svgs should render
Link to Minimal Reproducible Example
https://stackblitz.com/edit/webpack-5-react-starter-hx8bj9?file=src%2Fapp.tsx
Participation
The text was updated successfully, but these errors were encountered: