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!: exclude client mutations from refetch condition (#1178)
* Exclude client from stringified options
Client's own options can be changed by a middleware which makes useQuery repeat the call
* Update useQuery.ts
* test: add test
0 commit comments