interface MatchingErrorBoundaryProps {
    children: ReactNode;
    onReset?: () => void;
    onClearCache?: () => void;
}

Properties

children: ReactNode

Child components to wrap

onReset?: () => void

Callback to reset matching state

onClearCache?: () => void

Callback to clear matching cache