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.
Removes `.md` from the end of links.
Clone of https://github.com/TanStack/query/pull/3841 at is was easier to start from scratch after the v4 merge (closing the other one as a result). This is to add a timeline in the...
The testing page is missing some language metadata, so TS is incorrectly showing up as Bash.
**Describe the bug** _Please move this to a "feature request" discussion if this is not a bug. At least for me, this took me half a day to figure out,...
### Describe the bug I am trying to update a Gatsby application to the new v4 packages of React Query. All of this went fine with the exception of the...
### Describe the bug I hit this error: ``` TypeError: dispatcher.useSyncExternalStore is not a function. (In 'dispatcher.useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot)', 'dispatcher.useSyncExternalStore' is undefined) ``` What I have done: ```tsx // set...
**Describe the bug** As of recently, the `devtools` show a `disabled` label when all observers of a query are disabled. However, this label doesn't update dynamically. **To Reproduce** Steps to...
### Describe the bug Hey!👋 I wanted to implement offline support to my current react-native app, thus upgraded react-query to `^4.0.0-beta.14`. However, I've noticed that useQuery hooks are not returning...
### Describe the bug As i said in the title, React + V4 React Query (Working) | https://codesandbox.io/s/cranky-drake-yg06hx?file=/src/provider.js PReact + V4 React Query (Not Working) | https://codesandbox.io/s/competent-platform-50c1xz?file=/src/provider.js But V3 React...