Tags: siddtheone/react-query
Tags
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
docs: clarify setting cacheTime for persistWithLocalStorage to work p… …roperly (TanStack#1612)
fix(onlineManager): listen to 'offline' events (TanStack#1656) Fixes TanStack#1654
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)
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
Merge branch 'master' of https://github.com/tannerlinsley/react-query
PreviousNext