ErrorScreen( props: unknown,): ReactElement<any, string | JSXElementConstructor<any>> Returns ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
displayName
displayName?: string
Readonly
type
type: () => Element
A React component that displays an error screen with a message and a button to go back to the home page.
Returns
A JSX element representing the error screen.