Defined in: react-query/src/QueryErrorResetBoundary.tsx:94
The props accepted by QueryErrorResetBoundary.
children:
| ReactNode
| QueryErrorResetBoundaryFunction;Defined in: react-query/src/QueryErrorResetBoundary.tsx:99
Either a plain node, or a function that receives the boundary's QueryErrorResetBoundaryValue and returns a node.