interface ErrorInfo {
    componentStack: string;
}

Properties

Properties

componentStack: string

Captures which component contained the exception, and its ancestors.