We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a268b5 commit a3ef143Copy full SHA for a3ef143
src/react/ReactQueryCacheProvider.js
@@ -20,7 +20,6 @@ export function ReactQueryCacheProvider({
20
[queryCache]
21
)
22
23
- // TODO: Add tests for initialQueries including initQueries
24
const initializeQueries = React.useMemo(() => {
25
if (initialQueries) {
26
return hydrate(resolvedQueryCache, initialQueries)
0 commit comments