useErrorCallback
useErrorCallback<T>(callback: AppErrorCallback<T>,defaultCallback: AppErrorCallback<T>): ErrorCallback<T> | undefined
Properties
This element is often used without passing props
Additional properties for advanced use cases
| Properties | Type | Description | 
|---|---|---|
| callback | AppErrorCallback<T> | |
| defaultCallback | AppErrorCallback<T> |