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 834955e commit 7844376Copy full SHA for 7844376
src/react/ReactQueryCacheProvider.js
@@ -17,7 +17,6 @@ export function ReactQueryCacheProvider({
17
[queryCache]
18
)
19
20
- // TODO: Add tests for initialQueries including initQueries
21
const initializeQueries = React.useMemo(() => {
22
if (initialQueries) {
23
return hydrate(resolvedQueryCache, initialQueries)
0 commit comments