ChemPal Documentation - v1.7.0
    Preparing search index...

    Internal state: whether a descendant threw, and the captured error details.

    interface ErrorBoundaryState {
        hasError: boolean;
        error?: Error;
        componentStack?: string;
    }
    Index

    Properties

    hasError: boolean
    error?: Error
    componentStack?: string