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

feat(archive): Catch random errors in BoxArchive and throw preview error #1142

Merged
merged 3 commits into from
Jan 7, 2020

Conversation

mxiao6
Copy link
Contributor

@mxiao6 mxiao6 commented Jan 6, 2020

No description provided.

@mxiao6 mxiao6 requested a review from a team as a code owner January 6, 2020 23:26
@boxcla
Copy link

boxcla commented Jan 6, 2020

Verified that @mxiao6 has signed the CLA. Thanks for the pull request!

try {
/* global BoxArchive loaded from archive.js */
this.archiveComponent = new BoxArchive(this.archiveEl, data);
} catch {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there not more descriptive errors thrown to the catch statement?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can refreshing resolve the issue for the user? Are these client-side issues or data issues?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can refreshing resolve the issue for the user? Are these client-side issues or data issues?

Refreshing probably cannot resolve the issue 😂. The issue maybe React issue or data issues.

@mergify mergify bot merged commit e83f0e8 into box:master Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants