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
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Errors occasionally pop up and are currently handled with try/catch and console logs. This is not a desire-able long term solution.
Describe the solution you'd like
There should be an error screen that displays when an error occurs. If there is a message that can be displayed it should be. The best case would be logging the error into a state that can be used. This would be similar to the existing 404 page.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
Errors occasionally pop up and are currently handled with try/catch and console logs. This is not a desire-able long term solution.
Describe the solution you'd like
There should be an error screen that displays when an error occurs. If there is a message that can be displayed it should be. The best case would be logging the error into a state that can be used. This would be similar to the existing 404 page.
The text was updated successfully, but these errors were encountered: