You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const[isProgress]=useAtom((ctx)=>// even if there are no pending requests, we need to wait for retries// let do not show the limit error to make him think that everything is fine for a better UXctx.spy(fetchIssues.pendingAtom)+ctx.spy(fetchIssues.retriesAtom)>0,)
This discussion was converted from issue #508 on April 02, 2024 13:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
An example:
isProgress
is ok, or it could be named better?Beta Was this translation helpful? Give feedback.
All reactions