TanStack / query

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
https://tanstack.com/query
MIT License
42.72k stars 2.93k forks source link

Fix typo: 'hydrate' to 'dehydrate' in documentation #8190

Closed Ariel-Moroshko closed 1 month ago

Ariel-Moroshko commented 1 month ago

Replaced 'hydrate' with 'dehydrate' in the explanation about dehydrating pending queries, as 'dehydrate' is the correct function.