import TopLevelErrorBoundary from 'ceo-core/application/error-boundaries/top-level.js'
TopLevelErrorBoundary
Extends:
react~Component → TopLevelErrorBoundary
Static Method Summary
Static Public Methods | ||
public static |
getDerivedStateFromError(error: *): * |
Constructor Summary
Public Constructor | ||
public |
constructor(props: *) |
Member Summary
Public Members | ||
public |
state: * |
Method Summary
Public Methods | ||
public |
componentDidCatch(error: *, info: *) |
|
public |
render(): * |
Static Public Methods
public static getDerivedStateFromError(error: *): * source
Params:
Name | Type | Attribute | Description |
error | * |
Return:
* |
Public Constructors
public constructor(props: *) source
Params:
Name | Type | Attribute | Description |
props | * |