-
Notifications
You must be signed in to change notification settings - Fork 78
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
[repo] umd build is broken, stackblitz fails to load #1707
Comments
Thanks for reporting this! We're aware of the issue with Codesandbox (#1370). Unfortunately it's something they need to fix on their end. The Stackblitz error is from our @scottdickerson What was the reason for the build change? Looks like this has broken the build before, #677. The package overall is a bit of a mess - it isn't maintained, has conflicting licenses declared in package.json and the readme.md, author is unresponsive to calls for updates or deprecation. Unfortunately the rollup team doesn't really have a good solution. |
Woops, didn't mean to close. I'm going to mark this as a sev1 until we can confirm the umd build works in a CRA |
I've confirmed the UMD build is broken when spinning up a import {
HeaderContainer,
Header,
SideNav,
Button,
PageTitleBar,
- } from "carbon-addons-iot-react";
+ } from "carbon-addons-iot-react/umd/carbon-addons-iot-react"; |
🎉 This issue has been resolved in version 2.140.0-next.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 2.140.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What package is this for?
Describe the bug
The codesandbox linked in the issue template cannot load the
carbon-addons-iot-react
. This also affects Stackblitz.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Both editors should be able to load the
carbon-addons-iot-react
package.Environment/versions:
carbon-addons-iot-react
version:>= 2.115.3
Additional context
Stackblitz can actually load
carbon-addons-iot-react
up to version2.115.2
(example Stackblitz) whereas Codesandbox seems to not be able to load any recent versions.The text was updated successfully, but these errors were encountered: