We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b79fd commit 8854b1aCopy full SHA for 8854b1a
packages/query-core/src/query.ts
@@ -376,7 +376,7 @@ export class Query<
376
): Promise<TData> {
377
if (
378
this.state.fetchStatus !== 'idle' &&
379
- // If the promise in the retyer is already rejected, we have to definitely
+ // If the promise in the retryer is already rejected, we have to definitely
380
// re-start the fetch; there is a chance that the query is still in a
381
// pending state when that happens
382
this.#retryer?.status() !== 'rejected'
0 commit comments