Maxim Vlah

Results 3 comments of Maxim Vlah

@masenf @benedikt-bartscher ready for review

@ChuanqiTan I recommend setting the frontend exception handler to: ```python def frontend_handler(exception: Exception) -> None: return ``` The frontend exception handler is supposed to funnel the frontend exceptions to the...

@benedikt-bartscher https://github.com/reflex-dev/reflex/pull/5703