Pilates
    Preparing search index...

    Interface ErrorBoundaryInfo

    interface ErrorBoundaryInfo {
        componentStack?: string;
    }
    Index

    Properties

    Properties

    componentStack?: string

    React component stack from the throwing subtree, when available.