swingthrough
swingthrough
### Describe the bug The docs for the latest version state the following: > [Global callbacks](https://tanstack.com/query/latest/docs/reference/QueryCache#global-callbacks) > The onError, onSuccess and onSettled callbacks on the QueryCache can be used to...
### Describe the bug I am reading the docs for `useMutation` and one of the returned properties is `data`. [useMutation docs](https://tanstack.com/query/latest/docs/framework/react/reference/useMutation#:~:text=data%3A%20undefined%20%7C%20unknown) This is the description: - `data: undefined | unknown`...
### Describe the bug I saw this tweet: https://x.com/TkDodo/status/1744604450566680864 > queryClient.invalidateQueries({ predicate: query => matchQuery(['comments']) || matchQuery(['likes']) }) > > matchQuery can be imported from RQ So I tried searching...