ISPO SDK
    Preparing search index...

    Interface IspoErrorBoundaryProps

    Markdown
    interface IspoErrorBoundaryProps {
        children: ReactNode;
        fallback?: ReactNode;
    }
    Index
    children: ReactNode
    fallback?: ReactNode

    Optional UI shown after an error. Defaults to re-rendering children unchanged — the host overlay is the primary user-facing surface, so the SDK doesn't try to render its own fallback chrome.