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
{{ message }}
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
When using query data to seed future queries, the approach from section 23 of react-query-essentials is to iterate through each item and call setQueryData on each one of them. This works as intended but opening up the dev tools to inspect the queries, the data for each query is showing up as null. This looks like a bug because the data is being read from the cache and is being rendered on to the screen.
It looks to me that the changes made after 2.5.6 of react-query are not playing nicely with react-query-devtools. Version 2.5.6 of react-query works with react-query-devtools with no issues.