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

Properly handle promise errors #11

Open
fredlawl opened this issue Mar 23, 2021 · 0 comments
Open

Properly handle promise errors #11

fredlawl opened this issue Mar 23, 2021 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@fredlawl
Copy link

Look through the code base and find promises without a .catch(). These need to be handled to inform the user something went wrong on the front end. Some of these are recoverable from a UI perspective, the others that are not just need to ensure the app can continue working. In either case, we need to report a log message to console to inform developers something went wrong.

@fredlawl fredlawl added bug Something isn't working good first issue Good for newcomers labels Mar 23, 2021
@Aaron-Merrick Aaron-Merrick self-assigned this Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants