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(ReactQueryCacheProvider): use shared queryCaches (#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.
0 commit comments