interface ErrorInfo {
    componentStack?: string;
    digest?: string;
}

Properties

componentStack?: string

Captures which component contained the exception, and its ancestors.

digest?: string