-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
MUI v6 with material-pigment-css createSvgIcon compiling error #43486
Comments
I have the same issues, reported here: |
@Kretiss Can you provide a repo or a reproducible sandbox? Also, can you update the |
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. |
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. |
@mnajdova apologies for pinging about this issue; removed a note about this issue from this comment @Kretiss curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-pigment-css-vite-ts
cd material-ui-pigment-css-vite-ts Then, create the file you mentioned as the basic example and use it. |
I've verified that this is no longer an issue. Feel free to re-open if you encounter this. |
I migrated my project to
@mui/material
v6 and started using@mui/material-pigment-css
. Now I am getting errors with compiling@mui/icons-material
. Are icons supported by pigment-css? I havent found any info about this topic. Thanks!This is the error I am talking about:
I have tried adding library to
transformLibraries
inpigmentConfig
invite.config.ts
, but it showed another errors:This is basic example:
Search keywords: pigment-css, icons-material
The text was updated successfully, but these errors were encountered: