Missing @mui/system
dependency in @mui/core
package
#29341
Labels
bug 🐛
Something doesn't work
component: Popper
The React component. See <Popup> for the latest version.
package: base-ui
Specific to @mui/base
With #28923 Popper was moved from @mui/material to @mui/core (change).
Popper still use @mui/system dependency that it was not added in package.json of @mui/core.
So I got
Module not found: Can't resolve '@mui/system'
error in@mui\core\Popper\index.js
.Versions:
@mui/material: from 5.0.5 to current 5.1.0
The text was updated successfully, but these errors were encountered: