Interface: WrappedErrorBoundaryComponent()<P>
Defined in: src/stores/error/withErrorBoundary.tsx:20
Interface for the wrapped component returned by withErrorBoundary.
Type Parametersโ
Pโ
P
extends object
WrappedErrorBoundaryComponent(
properties
:P
):Element
Defined in: src/stores/error/withErrorBoundary.tsx:21
Interface for the wrapped component returned by withErrorBoundary.
Parametersโ
propertiesโ
P
Returnsโ
Propertiesโ
displayNameโ
displayName:
string
Defined in: src/stores/error/withErrorBoundary.tsx:24
Set display name for better debugging experience in React DevTools This helps developers identify wrapped components in the component tree