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

[material] Fix wrong import to type #43584

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

mnajdova
Copy link
Member

@mnajdova mnajdova commented Sep 3, 2024

Fixes #43575

@mnajdova mnajdova added bug 🐛 Something doesn't work typescript labels Sep 3, 2024
@mnajdova mnajdova requested a review from a team September 3, 2024 10:58
@mui-bot
Copy link

mui-bot commented Sep 3, 2024

Netlify deploy preview

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

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against 8615934

@mnajdova mnajdova marked this pull request as ready for review September 3, 2024 11:32
@@ -1,4 +1,4 @@
import { CSSInterpolation } from '@mui/styled-engine';
import { CSSInterpolation } from '@mui/system';
Copy link
Member Author

Choose a reason for hiding this comment

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

Material UI should never import directly from @mui/styled-engine, all imports should go through @mui/system (then this package is configured to get the right type from either @mui/styled-engine or @mui/styled-engine-sc depending on which styling engine is used under the hood).

Copy link
Member

Choose a reason for hiding this comment

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

Maybe we should add an eslint rule to enforce this constraint?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good idea, I will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type error due to missing dependency
4 participants