Skip to content
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

Fix loading prebundled dependencies that have {error: string} #4854

Merged
merged 1 commit into from Sep 8, 2020

Conversation

CompuIves
Copy link
Member

Fixes #4853

Unfortunately there was a bug with our packager that allowed it to save { error: '' } to the cache if there was an error. This bug has been fixed in the packager, but there is still an existing cache, which is why we need to fall back to our dynamic fetching if we see that the object has an error.

@lbogdan
Copy link
Contributor

lbogdan commented Sep 8, 2020

Build for latest commit 98f968b is at https://pr4854.build.csb.dev/s/new.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Sep 8, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 98f968b:

Sandbox Source
Notifications Test Configuration
Broken Dependency Issue Issue #4853

@CompuIves CompuIves merged commit 25253d3 into master Sep 8, 2020
@CompuIves CompuIves deleted the fix/error-dependencies branch September 8, 2020 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot read property 'name' of undefined when installing dependencies
2 participants