You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working with a custom design system that wraps MUI components, and I've encountered an issue when trying to migrate from deprecated MUI APIs using the codemod tool.
When I run the following command:
npx @mui/codemod@latest deprecations/all <path>
It does not work properly because my codebase imports components from @my-ui-library, which is a wrapper around MUI's components, instead of directly importing from @mui/material.
The codemod only works when I change my imports to @mui/material.
Any workaround? Thanks
Environment:
MUI version: 6.4.0
The text was updated successfully, but these errors were encountered:
I am currently working with a custom design system that wraps MUI components, and I've encountered an issue when trying to migrate from deprecated MUI APIs using the codemod tool.
When I run the following command:
It does not work properly because my codebase imports components from
@my-ui-library
, which is a wrapper around MUI's components, instead of directly importing from@mui/material
.The codemod only works when I change my imports to
@mui/material
.Any workaround? Thanks
Environment:
The text was updated successfully, but these errors were encountered: