Skip to content

Latest commit

History

History
5 lines (4 loc) 路 326 Bytes

File metadata and controls

5 lines (4 loc) 路 326 Bytes
@tanstack/query-core patch

Fix Query.fetch() rejecting with an internal, silent CancelledError when removeQueries/resetQueries/clear() cancels an in-flight fetch without starting a replacement one. It now resolves with the last known data instead, matching the behavior already used for cancelRefetch.