-
Notifications
You must be signed in to change notification settings - Fork 561
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
CodeSandbox CI builds don't include JS #586
Comments
To be continued... It seems like usage of Line 70 in fd8102b
Inspecting the CI build of Codesandbox throws an error about it for every package:
|
Apparently, for now, there is no way to change the Node version (10.18.1) inside the CI container: Let's just check for |
This is not related to the components themselves, but rather the Codesandbox PR deployments.
Take a look at https://codesandbox.io/s/hardcore-hertz-fu7d8. Notice that there's an error when importing components from
@reach/tabs
(this applies to all packages).On further inspection, downloading the package (https://pkg.csb.dev/reach/reach-ui/commit/61bcce10/@reach/tabs") via Codesandbox and opening it reveals that it does not include any JS:
I am not sure what the problem here is but it's something we should definitely fix.
The text was updated successfully, but these errors were encountered: