-
I want to show loading status for almost every request. But there are few certain request that I don't want show it's loading status on the UI, like the saveDraft request, because it's fetching in the background and it is frequently called.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
there is no such thing, except that you can pass a |
Beta Was this translation helpful? Give feedback.
there is no such thing, except that you can pass a
predicate
function that will be called with every key and you can return true / false to include it. This goes for all filters