Server function error handling
When I try to catch errors thrown in server functions within an error boundary at the client side, the error is displayed in the standard format for one millisecond before my custom is displayed. Like flashing once.
This happens even I catch them in the error boundary defined in root route.
I attached a screenshot video of the view.
Any ideas?
Thank you.