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
- This predicate function will be called for every single query in the cache and be expected to return truthy for queries that are `found`.
2362
2364
- The `exact` option has no effect with using a function
2363
2365
- `exact: Boolean`
2364
-
- If you don't want to search queries inclusively by query key, you can pass the `exact: true` option to return only the query with the exact query key you have passed. Don't remember to destructure it out of the array!
2366
+
- If you don't want to search queries inclusively by query key, you can pass the `exact: true` option to return only the query with the exact query key you have passed. Remember to destructure it out of the array!
2365
2367
- `throwOnError: Boolean`
2366
2368
- When set to `true`, this function will throw if any of the query refetch tasks fail.
- This predicate function will be called for every single query in the cache and be expected to return truthy for queries that are `found`.
2395
2397
- The `exact` option has no effect with using a function
2396
2398
- `exact: Boolean`
2397
-
- If you don't want to search queries inclusively by query key, you can pass the `exact: true` option to return only the query with the exact query key you have passed. Don't remember to destructure it out of the array!
2399
+
- If you don't want to search queries inclusively by query key, you can pass the `exact: true` option to return only the query with the exact query key you have passed. Remember to destructure it out of the array!
- This predicate function will be called for every single query in the cache and be expected to return truthy for queries that are `found`.
2422
2424
- The `exact` option has no effect with using a function
2423
2425
- `exact: Boolean`
2424
-
- If you don't want to search queries inclusively by query key, you can pass the `exact: true` option to return only the query with the exact query key you have passed. Don't remember to destructure it out of the array!
2426
+
- If you don't want to search queries inclusively by query key, you can pass the `exact: true` option to return only the query with the exact query key you have passed. Remember to destructure it out of the array!
0 commit comments