Skip to content
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

[codemod] Fix system props default import specifier #44170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

siriwatknp
Copy link
Member

closes #43983

The issue is about inconsistent transformation between default import and import specifier.

@siriwatknp siriwatknp added package: codemod Specific to @mui/codemod v6.x migration labels Oct 21, 2024
@siriwatknp siriwatknp requested a review from a team October 21, 2024 04:20
@mui-bot
Copy link

mui-bot commented Oct 21, 2024

Netlify deploy preview

https://deploy-preview-44170--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against 10413f5

val.value === 'divider',
val.value === 'divider' ||
val.value.startsWith('#') ||
val.value.match(/\(.*\)/),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this one for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: codemod Specific to @mui/codemod v6.x migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CODEMOD] v6.0.0/sx-prop does not work on Typography color prop if the component is imported with path import
3 participants