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 64ee0b2 commit f3c0ce7Copy full SHA for f3c0ce7
package.json
@@ -14,7 +14,6 @@
14
"unpkg": "dist/react-query.development.js",
15
"types": "types/index.d.ts",
16
"module": "es/index.js",
17
- "sideEffects": false,
18
"scripts": {
19
"test": "is-ci \"test:ci\" \"test:dev\"",
20
"test:dev": "npm run test:types && npm run test:eslint && jest --watch",
src/core/queryCache.ts
@@ -378,9 +378,6 @@ export class QueryCache {
378
return query.fetch(undefined, resolvedConfig)
379
}
380
381
- /**
382
- * @deprecated
383
- */
384
// Parameter syntax with optional prefetch options
385
prefetchQuery<TResult = unknown, TError = unknown>(
386
queryKey: QueryKey,
0 commit comments