-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Uncaught Error: Cannot find module 'babel-runtime/helpers/get' from 'semantic-ui-react/dist/commonjs/modules/Dropdown/Dropdown.js' #1260
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
Comments
Hm, though this is likely true, we should actually have |
I tried this and it does not resolve the issue. Error still comes up. |
@amshim please try If that ^ works for you, probably will, then we just need to add this package as a peerDependency to our package. |
having same issue importing semantic-ui-react using jspm |
Could someone please first install |
I tried this and the problem still persisted. |
the problem still there. |
Thanks much guys! In that case, anyone able to create a minimal repo that reproduces this error? We'll have to dig in a bit more it appears. |
when it finishes, it will open a browser and see the console error with the import. Versions before the 0.64.0 release works. |
Okay, I made it working. I've added {
"watchOptions": {
"ignored": ["node_modules", "jspm_packages" ]
}
} Then @levithomason Seems we need add |
Possibly related? facebook/create-react-app#1421 In my case, the issue just "went away". Not sure where the actual culprit was hidden. 🤔 |
We get this issue intermittently, only in our CI setup, as well. It's really strange why it shows up there and not locally. |
OK folks, PR up. Thanks for all the extra work trialing things here. This should most certainly fix all the issues noted here. Will try to get release out tonight. |
Released in |
Awesome work...like always! Thanks @levithomason! |
Semantic-UI-React Version: ^0.64.5 (Latest)
I get the following error when trying to import "semantic-ui-react" into any of my React components. I have tried installing babel-runtime to my dev packages, but still no luck. I am not even trying to use dropdown menus.
https://i.gyazo.com/34702d671ae499a2e419d62af995bfd4.png
The text was updated successfully, but these errors were encountered: