ErrorBoundaryProps
Home > @backstage/core-components
> ErrorBoundaryProps
Signature:
export type ErrorBoundaryProps = PropsWithChildren<{
slackChannel?: string | SlackChannel;
onError?: (error: Error, errorInfo: string) => null;
}>;
Home > @backstage/core-components
> ErrorBoundaryProps
Signature:
export type ErrorBoundaryProps = PropsWithChildren<{
slackChannel?: string | SlackChannel;
onError?: (error: Error, errorInfo: string) => null;
}>;