@tanstack/query-core
Advanced tools
Comparing version 5.62.15 to 5.62.16
@@ -69,3 +69,5 @@ import { | ||
if (process.env.NODE_ENV !== "production") { | ||
const queryHashes = queries.map((query) => query.queryHash); | ||
const queryHashes = queries.map( | ||
(query) => __privateGet(this, _client).defaultQueryOptions(query).queryHash | ||
); | ||
if (new Set(queryHashes).size !== queryHashes.length) { | ||
@@ -72,0 +74,0 @@ console.warn( |
@@ -56,3 +56,5 @@ // src/queriesObserver.ts | ||
if (process.env.NODE_ENV !== "production") { | ||
const queryHashes = queries.map((query) => query.queryHash); | ||
const queryHashes = queries.map( | ||
(query) => this.#client.defaultQueryOptions(query).queryHash | ||
); | ||
if (new Set(queryHashes).size !== queryHashes.length) { | ||
@@ -59,0 +61,0 @@ console.warn( |
{ | ||
"name": "@tanstack/query-core", | ||
"version": "5.62.15", | ||
"version": "5.62.16", | ||
"description": "The framework agnostic core that powers TanStack Query", | ||
@@ -5,0 +5,0 @@ "author": "tannerlinsley", |
@@ -95,3 +95,5 @@ import { notifyManager } from './notifyManager' | ||
if (process.env.NODE_ENV !== 'production') { | ||
const queryHashes = queries.map((query) => query.queryHash) | ||
const queryHashes = queries.map( | ||
(query) => this.#client.defaultQueryOptions(query).queryHash, | ||
) | ||
if (new Set(queryHashes).size !== queryHashes.length) { | ||
@@ -98,0 +100,0 @@ console.warn( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1943865
22402
105