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 9c6fb06 commit 5e3cd46Copy full SHA for 5e3cd46
packages/query-core/src/thenable.ts
@@ -98,7 +98,7 @@ export function tryResolveSync(promise: Promise<unknown> | Thenable<unknown>) {
98
.then((result) => {
99
data = result
100
return result
101
- })
+ }, noop)
102
// .catch can be unavailable on certain kinds of thenable's
103
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
104
?.catch(noop)
0 commit comments