API Reference

QueryErrorResetBoundaryProps

Defined in: packages/preact-query/src/QueryErrorResetBoundary.tsx:103

The props accepted by QueryErrorResetBoundary.

Properties

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