ErrorBoundary top-level property

UiFactory<ErrorBoundaryProps> ErrorBoundary
getter/setter pair

A higher-order component that will catch ReactJS errors anywhere within the child component tree and display a fallback UI instead of the component tree that crashed.

Implementation

UiFactory<ErrorBoundaryProps> ErrorBoundary = castUiFactory(_$ErrorBoundary);