@xylabs/sdk-react
    Preparing search index...

    Interface ErrorBoundaryProps

    interface ErrorBoundaryProps {
        children: ReactNode;
        fallback?: ReactNode;
        fallbackWithError?: (error: Error) => ReactNode;
        scope?: string;
    }
    Index

    Properties

    children: ReactNode
    fallback?: ReactNode
    fallbackWithError?: (error: Error) => ReactNode
    scope?: string