[v2] How to determine whether query is polling? #1530
Unanswered
SevenOutman
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using react-query 2. In my case, I'm writing a table component with polling and here is my query:
I want to show a loading indicator when my query is fetching due to
params
change but not polling on interval, but can't find an API to tell polling from fetching.Beta Was this translation helpful? Give feedback.
All reactions