Function: useErrorSink()
function useErrorSink(): (error) => void;
Defined in: hooks.ts:149
The provider-level error sink. Adapter and boundary failures land here when a
<FormRenderer> has no onError of its own (docs/17 §3.2).
Returns
(error) => void