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 d613c2a commit b507746Copy full SHA for b507746
packages/query-core/src/queryObserver.ts
@@ -267,7 +267,6 @@ export class QueryObserver<
267
get: (target, key) => {
268
this.trackProp(key as keyof QueryObserverResult)
269
onPropTracked?.(key as keyof QueryObserverResult)
270
- console.log('tracking prop', key)
271
if (key === 'promise' && !this.options.experimental_prefetchInRender) {
272
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
273
;(this.#currentThenable as PendingThenable<TData>).reject?.(
0 commit comments