Tags: erickwang/react-query
Tags
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
fix(devtools): Remove debug statement in devtools (TanStack#1516)
fix(devtools): guard against window in useMediaQuery Fixes TanStack#1515
PreviousNext