Replies: 1 comment 3 replies
-
Not sure how to do that from just the devtools. Maybe you can do that in your code by setting the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a UI with
refetchInterval
set on all my queries, and when trying to debug some things I have console.logs that trigger on every render. It would be really nice to be able to wait for a few render cycles and then temporarily pause RQ so I don't get any new fetches/renders until I'm done looking through my log.Beta Was this translation helpful? Give feedback.
All reactions