TanStack
API Reference

QueryErrorClearResetFunction

ts
type QueryErrorClearResetFunction = () => void;

Defined in: preact-query/src/QueryErrorResetBoundary.tsx:20

Clears the reset state, so queries know not to try again until the boundary is reset again.

Returns

void