Pilates
Preparing search index...
@pilates/react
ErrorBoundaryFallbackProps
Interface ErrorBoundaryFallbackProps
interface
ErrorBoundaryFallbackProps
{
error
:
Error
;
reset
:
()
=>
void
;
}
Index
Properties
error
reset
Properties
error
error
:
Error
The error caught by the boundary.
reset
reset
:
()
=>
void
Clears the error and re-mounts children.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
reset
Pilates
Loading...
The error caught by the boundary.