Error

Error(props) → {ReactElement}

A component that displays an error message and provides a button to attempt a recovery.

Parameters:
NameTypeDescription
propsObject

Component props.

Properties
NameTypeDescription
errorError

The error object.

resetfunction

A function to reset or recover from the error.

Returns:

The rendered component.

Type: 
ReactElement