Interface: ErrorBoundaryFallbackProps
Defined in: src/stores/error/ErrorBoundary.tsx:40
Props for a custom error boundary fallback component.
Propertiesโ
error?โ
readonlyoptionalerror:Error
Defined in: src/stores/error/ErrorBoundary.tsx:42
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error object that was caught by the boundary
onRetry()โ
readonlyonRetry: () =>void
Defined in: src/stores/error/ErrorBoundary.tsx:44
Function to retry rendering by resetting the error state
Returnsโ
void