You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(queriesObserver): always use latest combine function (TanStack#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
0 commit comments