You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: