`setQueryData()` successful but not triggering update in `useQuery()`
Hi all. Question: can anyone think of a reason that setQueryData() would successfully update the cache, but useQuery() with a matching query key doesn't update? This is using v3. Works in the app, but fails specifically in tests. Using msw to mock responses, and that part is working because the cache gets updated. Just useQuery() doesn't update.