function isCancelledError(value: any): value is CancelledError;
Defined in: packages/query-core/src/retryer.ts:94
any
value is CancelledError
Use instanceof CancelledError instead.
“If you’re serious about *really* understanding React Query, there’s no better way than with query.gg”—Tanner Linsley