mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
94.02k stars 32.3k forks source link

[styled-engine] Add back removed internal function #44421

Closed mnajdova closed 3 days ago

mnajdova commented 1 week ago

Fixes https://github.com/mui/material-ui/issues/44112

mui-bot commented 1 week ago

Netlify deploy preview

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

Bundle size report

No bundle size changes (Toolpad) No bundle size changes

Generated by :no_entry_sign: dangerJS against a6310aac3dfef1cd4549bc605caed03e8ab15cf4

wilomgfx commented 3 days ago

Hi, anything blocking this fix?

We just started working on the MUI 6 migration and this is blocking us from finalizing it, as the app crashes at runtime in dev.

Our workaround is:

  "pnpm": {
    "overrides": {
      "@mui/styled-engine": "npm:@mui/styled-engine-sc@6.1.7",
      "@mui/system": "6.1.7"
    }
  }