Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ReactQueryCacheProvider): use shared
queryCaches
(TanStack#768)
`ReactQueryCacheProvider` uses own `queryCaches`, looks like a typo after refactoring. Due to that typo, `onWindowFocus` is completely broken when isolated query cache is used.
- Loading branch information