Skip to content

Conversation

@mnajdova
Copy link
Member

@mnajdova mnajdova commented Sep 3, 2024

Fixes #43575

@mnajdova mnajdova added type: bug It doesn't behave as expected. 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

type: bug It doesn't behave as expected. typescript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Type error due to missing dependency

4 participants