Skip to main content

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
PropertiesTypeDescription
callbackAppErrorCallback<T>
defaultCallbackAppErrorCallback<T>