API Reference

QueryErrorResetBoundaryProps

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

The props accepted by QueryErrorResetBoundary.

Properties

children

ts
children: 
  | ComponentChildren
  | QueryErrorResetBoundaryFunction;

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

Either a plain node, or a function that receives the boundary's QueryErrorResetBoundaryValue and returns a node.