reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
19.06k stars 1.08k forks source link

Allow to disable frontend exception handler with None #3776

Open benedikt-bartscher opened 1 month ago

benedikt-bartscher commented 1 month ago

@maximvlah

Lendemor commented 4 weeks ago

(Updated the tags, let me know if there is actually a bug and not just an improvement to be made)

maximvlah commented 4 weeks ago

@Lendemor it is a problem in rx.App._validate_exception_handlers. I will fix it this week and open a PR. We want to allow setting exception handlers to None.