You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally commented on #44105, but it's a different issue
Seeing issues in mui/toolpad#4257. @mui/[email protected] is not compatible with @mui/[email protected] 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:
reproduction for internal_processStyles in Stackblitz
reproduction for @mui/utils/getReactNodeRef in Stackblitz
Looks like it's caused by a set of breaking changes to internal APIs:
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.
Steps to reproduce
Originally commented on #44105, but it's a different issue
Seeing issues in mui/toolpad#4257.
@mui/[email protected]
is not compatible with@mui/[email protected]
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: