Closed mnajdova closed 3 days ago
https://deploy-preview-44421--material-ui.netlify.app/
No bundle size changes (Toolpad) No bundle size changes
Generated by :no_entry_sign: dangerJS against a6310aac3dfef1cd4549bc605caed03e8ab15cf4
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"
}
}
Fixes https://github.com/mui/material-ui/issues/44112