Default

Function: default()

function default(props): Element

Defined in: src/app/commissiestrijd/error.tsx:16

Error component that displays an error message and a button to reset the error state. This is a client-side component that handles errors in the application.

Parameters

props

The properties passed to the component.

error

Error

The error object containing error details.

reset

() => void

Function to reset the error state.

Returns

Element

A JSX element that contains the error message and reset button.