-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Material UI doesn't seem to work with Parcel #12413
Comments
This might be related to #12408 |
The error is coming from the recompose codebase. I doubt it's something wrong we do. It's most likely a parcel issue given it's working with the other bundlers. What do you think? |
Do you want to open an issue on Parcel side? |
^ I have opened up an issue in the Parcel repo
Yup sorry about that I was unsure where to file the issue. |
Interestingly I got a similar error completely unrelated to parcel(isobuild):
I think this is related to the changes in the last babel release beta.56 https://github.com/babel/babel/releases/tag/v7.0.0-beta.56? |
This is not a Parcel issue. This is directly tied to the changes in the recompose package. They're blaming it on a change with babel. A workaround Material-UI can take is to downgrade their dependent use on recompose to 0.27. |
I'd rather we wait for the (apparently imminent) downstream fix. |
Downstream fix seems OK, let's close for now. Thanks everybody. |
Expected Behavior
Material UI should work when using Parcel
Current Behavior
Steps to Reproduce
Link:
Context
I'm trying to use Material UI with Parcel and Babel
This is my .babelrc file:
Your Environment
The text was updated successfully, but these errors were encountered: