Catches React errors in the view tree and renders a fallback instead of crashing the iframe.
Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.
Renders the child tree or the configured error fallback.
Static
Records a render failure for the fallback render pass.
Catches React errors in the view tree and renders a fallback instead of crashing the iframe.