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
I can see the use of it, however, it might it easy for users to just handle not ready the same as fetching, which is not always the case. We might want to force users to handle the case where the data is not found or there was an error.
Sometimes I want to distinguish three cases:
but sometimes I'm lazy and just want a spinner for two first cases, so it's be nice to just write
were
_ready === !_fetching && !_notFound
The text was updated successfully, but these errors were encountered: