fallbackUIRenderer property
A renderer that will be used to render "fallback" UI instead of the child component tree that crashed.
Implementation
ReactNode Function(/*Error||Exception*/dynamic error, ReactErrorInfo? info)? fallbackUIRenderer;
A renderer that will be used to render "fallback" UI instead of the child component tree that crashed.
ReactNode Function(/*Error||Exception*/dynamic error, ReactErrorInfo? info)? fallbackUIRenderer;