You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vue-query): reorder queryOptions and useQuery function overloads to fix type inference (#9088)
* fix(vue-query): more specific function overloads for queryOptions and useQuery to come before general ones (#9069)
This instructs TypeScript to pick correct function overload when initialData is defined.
* ci: apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments