How to best deal with uncaught errors in SolidOS #91
Unanswered
timea-solid
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From time to time we see errors in the console like:
Which are caused in this case by a promise.
Previously I tried to catch such errors with code like: SolidOS/profile-pane@2224b18
However, this catches ALL such errors from all panes and this is not where we want to display such errors.
Any experience on how best to handle such problems in SolidOS?
Beta Was this translation helpful? Give feedback.
All reactions