DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.47k stars 786 forks source link

unwind panics into error boundaries #2081

Closed ealmloff closed 6 months ago

ealmloff commented 6 months ago

This PR throws any panics in components into the nearest error boundary instead of just logging the error