Skip to content

Tags: siddtheone/react-query

Tags

v3.5.16

Toggle v3.5.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(hydration): useMemo for hydrating again

v3.5.15

Toggle v3.5.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: stop returning cancelledError on reset during fetch (TanStack#1660)

* fix: stop returning cancelledError on reset during fetch

* test: stop returning cancelledError on reset during fetch

v3.5.14

Toggle v3.5.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: clarify setting cacheTime for persistWithLocalStorage to work p…

…roperly (TanStack#1612)

v3.5.13

Toggle v3.5.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(onlineManager): listen to 'offline' events (TanStack#1656)

Fixes TanStack#1654

v3.5.12

Toggle v3.5.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: mention query options strictly for useQuery (TanStack#1609)

* docs: mention query options strictly for useQuery

This is in accordance with issues faced when trying use certain query options in `prefetchQuery` and `prefetchInfiniteQuery`. I opened a [discussion](TanStack#1596) and was [suggested](TanStack#1596 (reply in thread)) to open a PR to mention/describe the options available.

* Update QueryClient.md

* docs: fixed link to `useQuery` in `QueryClient`

made changes as suggested in TanStack#1609 (comment)

v3.5.11

Toggle v3.5.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): Added type attribute to all button elements (TanStack#…

…1581)

Adding type attribute tells browser what type of button it is. For most browsers the default type of button is submit. This causes a full page post back in older legacy server rendered frameworks like asp.net webfo

v3.5.10

Toggle v3.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: make sure queries which have dataUpdatedAt of 0 will be run (Tan…

…Stack#1556)

v3.5.9

Toggle v3.5.9's commit message
fix(devtools): filtering, hide sorting while filtering, show logo whe…

…n open

v3.5.8

Toggle v3.5.8's commit message
fix(devtools): remember panel height

v3.5.7

Toggle v3.5.7's commit message