Replies: 2 comments
-
are you saying that a re-render of a component because the e.g. a status like you can look into |
Beta Was this translation helpful? Give feedback.
-
Great :-) Using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I am trying to disable re-fetching all queries globally. Individual queries will be configured if required..
I am using the below default options for the same. But I see that some status(stale, fetching) updates in the react-query developer toolbar.
More background: I am currently having a material-ui dialog box shown. When the stale status changed, the UI gets refreshed and so the dialog box also closes automatically.
Is any other config changes required to completely disable re-fetching at global level?
This is similar to #2270, but at a global level.
Beta Was this translation helpful? Give feedback.
All reactions