Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 785 Bytes

ErrorBoundaryProps.md

File metadata and controls

45 lines (25 loc) · 785 Bytes

really-async / ErrorBoundaryProps

Interface: ErrorBoundaryProps

Table of contents

Properties

Properties

children

children: ReactNode

Defined in

index.tsx:140


fallback

fallback: (options: { error: Error }) => ReactElement<any, string | JSXElementConstructor<any>>

Type declaration

▸ (options): ReactElement<any, string | JSXElementConstructor<any>>

Parameters
Name Type
options Object
options.error Error
Returns

ReactElement<any, string | JSXElementConstructor<any>>

Defined in

index.tsx:139