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
MUI current version isnt compatible with current babel runtime version.
[ x ] This is not a v0.x issue.
[ x ] I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
Install MUI and it works fine without crashes
Current Behavior
Install MUI that requires babel runtime is ok, but MUI requires interopRequireDefault from babel, but It was removed the builtin helpers since v7.0.0-beta.56 as I found here: jquense/yup#216
brings the error: ./node_modules/@babel/runtime/helpers/builtin/interopRequireDefault.js
Module build failed: Error: ENOENT: no such file or directory, open '/home/alecell/nomikos/nomikos-front/node_modules/@babel/runtime/helpers/builtin/interopRequireDefault.js'
MUI current version isnt compatible with current babel runtime version.
Expected Behavior
Install MUI and it works fine without crashes
Current Behavior
Install MUI that requires babel runtime is ok, but MUI requires interopRequireDefault from babel, but It was removed the builtin helpers since v7.0.0-beta.56 as I found here: jquense/yup#216
Steps to Reproduce
npm install @material-ui/core
npm install @babel/runtime
brings the error: ./node_modules/@babel/runtime/helpers/builtin/interopRequireDefault.js
Module build failed: Error: ENOENT: no such file or directory, open '/home/alecell/nomikos/nomikos-front/node_modules/@babel/runtime/helpers/builtin/interopRequireDefault.js'
Link:
1.jquense/yup#216
Context
I try to update my MUI version because of a bug in the select component and get the error.
Your Environment
The text was updated successfully, but these errors were encountered: