-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with @mui/material #7037
Labels
Comments
Did you try the nightly? I think this was recently fixed. #7016 |
Thanks for the answer! I just tried and same error. |
I just tested it with {
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.3",
"parcel": "2.0.0-nightly.867",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
} and it works correctly (both |
I Just tried to create a new proyect with those dependencis and now it works. It seems that i have a problem in other place. Thanks for your answers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 bug report
I have created a new project from sctach. Then i install @mui/material and configure parcel like says in the documentation and include any element from that library recieved this error
index.js:8 Uncaught TypeError: Cannot read properties of undefined (reading 'default') at Object.NoSsr (index.js:8) at esmodule-helpers.js:16 at Array.forEach (<anonymous>) at Object.exports.exportAll (esmodule-helpers.js:10) at Object.fc6V0../colors (index.js:11) at newRequire (index.b4af9c3f.js:71) at localRequire (index.b4af9c3f.js:83) at Object.klsNh.react/jsx-runtime (App.tsx:1) at newRequire (index.b4af9c3f.js:71) at localRequire (index.b4af9c3f.js:83)
🎛 Configuration (.babelrc, package.json, cli command)
😯 Current Behavior
White screen and error in console
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: