@mui/styled-engine@6.1.3
incompatible with @mui/system@6.1.1
#44112
Labels
@mui/styled-engine@6.1.3
incompatible with @mui/system@6.1.1
#44112
Steps to reproduce
Originally commented on #44105, but it's a different issue
Seeing issues in mui/toolpad#4257.
@mui/styled-engine@6.1.3
is not compatible with@mui/system@6.1.1
even though the latter declares its dependency on@mui/styled-engine
as^6.1.1
. Something similar is going on with@mui/utils
. The result is that package managers may update transitive dependencies according to semver and break setups.There's a workaround described in mui/toolpad#4257 that uses package manager resolutions.
Reproductions:
internal_processStyles
in Stackblitz@mui/utils/getReactNodeRef
in StackblitzLooks like it's caused by a set of breaking changes to internal APIs:
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
npx @mui/envinfo
Search keywords: internal_processStyles
The text was updated successfully, but these errors were encountered: