I have a failing overload for `useQuery`
this occured when I added the
retry: (retryCount, error) => boolean | void function to my config
2 Replies
correct-apricotOP•3y ago
is the
retry option only supported in some spots?correct-apricotOP•3y ago
hmm this may have been due to a global
retry function being defined in the defaults??