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
feat(core): add client to queryFunctionContext (#8599)
* feat: add queryClient to queryFunctionContext
* fix: remove queryClient exception
closing over a queryClient should now error, as we pass the queryClient directly to the queryFunctionContext
* fix: persister
* refactor: keep private reference to cache
* chore: fix tests
* docs: QueryFunctionContext
* refactor: derive from private member
* refactor: name it `client`
* refactor: let's go with client
* chore: try skipping the cache
* chore: re-enable caching
and try to bust it by changing sharedGlobals lol
0 commit comments