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
I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
build process fails with the following error:
./node_modules/@material-ui/core/esm/Box/Box.js
Attempted import error: 'styleFunctionSx' is not exported from '@material-ui/system'.
Expected Behavior 🤔
build process should complete:
it does with the main 4.11.3 release
Current Behavior 😯
build process fails with the following error:
./node_modules/@material-ui/core/esm/Box/Box.js
Attempted import error: 'styleFunctionSx' is not exported from '@material-ui/system'.
Expected Behavior 🤔
build process should complete:
it does with the main 4.11.3 release
Steps to Reproduce 🕹
Steps:
1.clone my repo
2. npm install
3. npm install @material-ui/core@deprecations
4. npm start
Context 🔦
I am trying to test my site for deprecations for v5.
Your Environment 🌎
System:
OS: Windows 8.1 6.3.9600
Binaries:
Node: 14.15.4 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.10 - ~\AppData\Roaming\npm\yarn.CMD
npm: 6.14.10 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 88.0.4324.96
npmPackages:
@material-ui/core: ^4.11.3-deprecations.0 => 4.11.3-deprecations.0
@material-ui/icons: ^4.11.2 => 4.11.2
@material-ui/styles: 4.11.3
@material-ui/system: 4.11.3
@material-ui/types: 5.1.0
@material-ui/utils: 4.11.2
@types/react: 17.0.0
react: ^17.0.1 => 17.0.1
react-dom: ^17.0.1 => 17.0.1
The text was updated successfully, but these errors were encountered: