Documentation
    Preparing search index...

    Interface ErrorInfo

    interface ErrorInfo {
        componentStack?: string | null;
        digest?: string | null;
    }
    Index
    componentStack?: string | null

    Captures which component contained the exception, and its ancestors.

    digest?: string | null