How should I handle crashes? (web) #1381
Unanswered
FredrikNoren
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Dioxus intercepts crashes on desktop with catch_unwind. Unfortunately rust's |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, if my dioxus app crashes (using it as a web app), the UI just stops working.
I'd like to handle this with a couple of actions:
I couldn't find any information about this in the docs.
Beta Was this translation helpful? Give feedback.
All reactions