-
-
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
Module not found: Can't resolve '@babel/runtime/helpers/builtin/assertThisInitialized' in 'C:\Users\usr\proj\node_modules\@material-ui\core\ButtonBase' #12407
Comments
This seems to be caused by the For a quick workaround, you can try |
Caused by babel/babel#8266. |
Solved! Thanks a lot! |
Ran into this issue just now. @calebj0seph, thanks for the workaround. However, I think this issue should be kept open for a permanent fix. |
Reopening |
@nareshbhatia It should be OK with v1.4.3 |
It's a duplicate of #12408. |
@nareshbhatia @charlie632 This has already fixed in #12409, so you can keep this closed 🙂 |
@oliviertassinari, just saw your commit. Thanks for the amazing response time. |
@nareshbhatia We had almost no star for 10 hours. It was the sign something was really wrong. 20 👍 on a issue in less than 10 hours. I have never seen that here before. |
@oliviertassinari amazing tips on how to monitor a repo! |
I just installed Material-UI and copied an example from the docs and encoutered this error. I looked in my node_modules folder and the file for "assertThisInitialized" is in there, but the compiler can't seem to find it.
The text was updated successfully, but these errors were encountered: