Is there a difference between retry=`false` vs `0`?
I'm getting a wired behaviour that my queries retry unexpectedly when
retry=0. Just to make sure, is there a difference between retry=0 vs retry=false in useQuery?2 Replies
fair-rose•3y ago
no, there shouldn't be
other-emeraldOP•3y ago
Ok, thank you.