ErrorBoundary top-level property
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);