TanStack
API Reference

QueryErrorResetBoundaryProps

Defined in: packages/react-query/src/QueryErrorResetBoundary.tsx:94

The props accepted by QueryErrorResetBoundary.

Properties

PropertyTypeDescription
children| ReactNode | QueryErrorResetBoundaryFunctionEither a plain node, or a function that receives the boundary's QueryErrorResetBoundaryValue and returns a node.