SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

0 0 0 TypeScript

fix(queriesObserver): always use latest combine function (#6651)

* fix(queriesObserver): always use latest combine function

computing the optimistic result didn't use the latest combine function, but the one set from setOptions (which runs in an effect, but is too late)

* fix: don't forget about svelte
D
Dominik Dorfmeister committed
9e0bfa8b7410cf9fdc624d2a6e0df9d136a74356
Parent: f43d2ad
Committed by GitHub <noreply@github.com> on 1/5/2024, 9:03:02 PM