@tanstack/solid-query 5.40.1 → 5.40.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dev.cjs +1 -1
- package/build/dev.js +1 -1
- package/build/index.cjs +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/src/createBaseQuery.ts +1 -1
package/build/dev.cjs
CHANGED
package/build/dev.js
CHANGED
package/build/index.cjs
CHANGED
package/build/index.js
CHANGED
package/package.json
CHANGED
package/src/createBaseQuery.ts
CHANGED
|
@@ -208,7 +208,7 @@ export function createBaseQuery<
|
|
|
208
208
|
}
|
|
209
209
|
// Hydration data exists on first load after SSR,
|
|
210
210
|
// and should be removed from the observer result
|
|
211
|
-
if (v
|
|
211
|
+
if (v?.hydrationData) {
|
|
212
212
|
const { hydrationData, ...rest } = v
|
|
213
213
|
v = rest
|
|
214
214
|
}
|