-
-
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
isFragment is not exported by node_modules/react-is/index.js #18791
Comments
This was fixed in the lastest version. |
I have this fix in mind #18551 |
isFragment is exported in https://unpkg.com/browse/[email protected]/cjs/react-is.development.js, we should be fine. |
I upgraded to the latest material-ui/lab version but it did not fix it for me.
|
I'm still running into this issue using material-ui core 4.8.3 and lab 4.0.0-alpha.39
@kevinvugts Is this a rollup problem? Suggestions on what to change? I've just started working with that, using the default config generated by create-react-library, so I'm not really sure how to fix it. EDIT: Fixed by adding to the rollup commonjs section:
|
@kevinvugts what was wrong with your rollup config? |
This is still an issue, can react-component/util#105 be looked at / merged? |
Current Behavior 😯
When trying to generate a build with rollup the above error is thrown:
isFragment is not exported by node_modules/react-is/index.js
Expected Behavior 🤔
It should build succesfully.
Steps to Reproduce 🕹
Build with rollup and you'll see the result..
Your Environment 🌎
Screenshot
The text was updated successfully, but these errors were encountered: