Is there a way to make a request status not to be in "loading" status and have "isLoading" set to false? #379
-
Hello! I'm trying to create a selector with
And use this for the button's "loading" input, e.g. The reason is that request status is "loading" and "isLoading:true" are set initially by default and they doesn't seem to be tight to real request that didn't happen yet. Is there a way to change the status and "isLoading" prop initially for certain requests? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can now add |
Beta Was this translation helpful? Give feedback.
You can now add
joinRequestResult(['/job/create'], { initialStatus: 'idle' })