@tanstack/react-query
Advanced tools
Comparing version 5.51.18 to 5.51.21
{ | ||
"name": "@tanstack/react-query", | ||
"version": "5.51.18", | ||
"version": "5.51.21", | ||
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React", | ||
@@ -44,3 +44,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "5.51.17" | ||
"@tanstack/query-core": "5.51.21" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
@@ -103,5 +103,2 @@ 'use client' | ||
if (shouldSuspend(defaultedOptions, result)) { | ||
// Do the same thing as the effect right above because the effect won't run | ||
// when we suspend but also, the component won't re-mount so our observer would | ||
// be out of date. | ||
throw fetchOptimistic(defaultedOptions, observer, errorResetBoundary) | ||
@@ -108,0 +105,0 @@ } |
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
1102291
21989
+ Added@tanstack/query-core@5.51.21(transitive)
- Removed@tanstack/query-core@5.51.17(transitive)
Updated@tanstack/query-core@5.51.21