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 `experimental_createPersister` creates a separate storage entry for each cache item. If this item is not accessed anymore it will never be cleaned up and stays in...
### Describe the bug Links to dedicated hooks in react suspense guide do not have correct urls. ### Your minimal, reproducible example https://tanstack.com/query/latest/docs/framework/react/guides/suspense ### Steps to reproduce 1. Go to...
### Describe the bug I file this issue after some discussions on the tanstack discord about this problem. I will try my best to explain it but the easiest way...
Opted for an injector parameter for all inject* functions. An options object having an injector property might be preferable to easily add additional options in the future. But having two...
### Describe the bug Follow on from #6299. It appears the typing issues persist if your queryKey includes any Ref or MaybeRef values, both nested in objects and at the...
### Describe the bug at https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs the github url is wrong (examples/react/react/nextjs) should be examples/react/nextjs ### Your minimal, reproducible example https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs ### Steps to reproduce 1: goto https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs 2: look...
### Describe the bug - I have a mutation with retries set to 10. - When I go offline and fire the mutation, it correctly goes to `isPaused: true` state....
### Describe the bug When using both persistence and a custom `queryKeyHashFn`, the DevTools will crash on initial load with error: ```typescript TypeError: Cannot read properties of undefined (reading 'fetchStatus')...
### Describe the bug Crash ### Your minimal, reproducible example N/A ### Steps to reproduce Add a TrustedType policy before rendering the devtool. ### Expected behavior Do not use `dangerouslySetInnerHTML`....