ErrorPagecomponent
ErrorPage({ reason }: ErrorProps): ReactElement| Param | Type | |
|---|---|---|
props | ErrorProps | Props for a component that renders a caught error reason. required |
.reason | unknown | required |
| Return | |
|---|---|
ReactElement |
Render a caught error as a full-page <Page> with a centered <ErrorNotice>.