interface ErrorBoundaryState {
    error?: Error;
}

Properties

Properties

error?: Error