ErrorBoundaryProps

Public Interface

Table of Contents
Signature
interface ErrorBoundaryProps {}

Properties

children

Public PropertySignature

Signature
children: React.ReactNode
References

React.ReactNode


fallback

Public PropertySignature

Signature
fallback: (error: unknown) => React.ReactNode
References

React.ReactNode


onError

Public PropertySignature

Signature
onError?: ((error: unknown) => void) | null

Edit this page
Last edited on 11 May 2023
ErrorBoundaryErrorScreen