@tanstack/vue-query 4.32.5 → 4.32.6
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.
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
// then we'll need to update the properties as well
|
|
2793
2793
|
|
|
2794
2794
|
|
|
2795
|
-
if (observer.getCurrentResult()
|
|
2795
|
+
if (!shallowEqualObjects(observer.getCurrentResult(), optimisticResult)) {
|
|
2796
2796
|
return true;
|
|
2797
2797
|
} // basically, just keep previous properties if nothing changed
|
|
2798
2798
|
|