query
query copied to clipboard
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
### Describe the bug Hi I'm very new to React Query and I found a misleading description in README. https://github.com/TanStack/query/blob/e6df356edd5ce3d9d93eabbc7c15af68cdd2eb30/README.md?plain=1#L31-L34 According to release pages, v4 is not in beta any...
### Describe the bug A call to `result.isFetching` seems to be required to make my test work. Accessors should not have side-effects of this kind. Video of the issue: https://youtu.be/UpQccrG1Hm0...
same as the title
### Describe the bug When using `useQueries()` with typed individual queries, the data type is not inferred when using `onSuccess` or `select` methods, and we get an error `Parameter 'data'...
### Describe the bug Right now types are defined as `void | Promise`. This restricts returning and discarding values. `() => void` type allows returning anything from the function, but...
### Describe the bug ## Problem The previous version or react-query is deprecated on npm: https://www.npmjs.com/package/react-query. The package doesn't even have a readme. The documentation for react-query v3 isn't available...
Since there is always cache data, the `isLoading` of type `DefinedUseQueryResult` should be false. Besides, the `Omit` is not required.
https://github.com/TanStack/query/issues/2741