Searched refs:ErrorBoundaryProps (Results 1 – 13 of 13) sorted by relevance
2 import { ErrorBoundaryProps } from './Try';3 export declare function ErrorBoundary({ error, retry }: ErrorBoundaryProps): JSX.Element;
3 export type ErrorBoundaryProps = { alias10 catch: React.ComponentType<ErrorBoundaryProps>;
1 …ErrorBoundaryProps = {\n /** Retry rendering the component by clearing the `error` state. */\n r…
1 …ErrorBoundaryProps } from './Try';\nimport { Link } from '../link/Link';\n\nlet useMetroSymbolicat…
2 import type { ErrorBoundaryProps } from './exports';9 ErrorBoundary?: React.ComponentType<ErrorBoundaryProps>;
9 export { ErrorBoundaryProps } from './views/Try';
1 …ErrorBoundaryProps } from './exports';\nimport { getContextKey } from './matchers';\nimport { sort…
1 …poRoot';\nexport { Unmatched } from './views/Unmatched';\nexport { ErrorBoundaryProps } from './vi…
6 export type ErrorBoundaryProps = {16 catch: React.ComponentType<ErrorBoundaryProps>;
8 import { ErrorBoundaryProps } from './Try';85 export function ErrorBoundary({ error, retry }: ErrorBoundaryProps) {
25 export { ErrorBoundaryProps } from './views/Try';
3 import type { ErrorBoundaryProps } from './exports';10 ErrorBoundary?: React.ComponentType<ErrorBoundaryProps>;
46 export function ErrorBoundary(props: ErrorBoundaryProps) {74 <APIBox header="ErrorBoundaryProps">