query icon indicating copy to clipboard operation
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.

Results 493 query issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`14.2.5` -> `14.2.10`](https://renovatebot.com/diffs/npm/next/14.2.5/14.2.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

# Angular Query Persister Plugin - Created angular-query-persist-client-package - Implemented providePersistQueryClient in new package - Added isRestoring provider and injection token to main angular-query package - Included example of persister...

package: angular-query-experimental

This address a very rare bug that happened few times to my users with useInfiniteQuery, where the pages was undefined in getNextPageParam function should not break anything ![image](https://github.com/user-attachments/assets/039f5610-0d5e-4f9c-a1ea-8f071a09840d)

package: query-core

### Describe the bug If I initially navigate to the page that makes the request in onServerPrefetch, the data is successfully fetched on the server and displayed. However, if I...

Update the useQuery documentation to clarify that server actions should not be used in `queryFn`. Server actions are meant for mutations, run serially, and cannot execute in parallel, potentially leading...

documentation

### Describe the bug We have two checkbox components loaded over a slow network. We want to let the user click them at their own pace (not waiting for the...

package: solid-query

### Describe the bug In [Query Options page for Angular](https://tanstack.com/query/latest/docs/framework/angular/guides/query-options), the link ["with TypeScript"](https://tanstack.com/query/latest/docs/framework/angular/typescript#typing-query-options) is a 404. ### Your minimal, reproducible example N/A ### Steps to reproduce 1. Go to...

### Describe the bug We are using Angular Query in our project, and we have noticed that it can interfere with our Cypress component tests in some cases. To illustrate...

package: angular-query