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
Rewrite these fetcher functions to return errors if they're unsuccessful? Currently we return null in a lot of places, but the loadable / useQuery pattern gives us the ability to better handle and surface errors
#1209
Open
arthur-zhuk opened this issue
Aug 1, 2022
· 0 comments
Should we add a task to rewrite these fetcher functions to return errors if they're unsuccessful? Currently we return null in a lot of places, but the loadable / useQuery pattern gives us the ability to better handle and surface errors
Should we add a task to rewrite these fetcher functions to return errors if they're unsuccessful? Currently we return null in a lot of places, but the loadable / useQuery pattern gives us the ability to better handle and surface errors
Originally posted by @hammeiam in #1195 (comment)
The text was updated successfully, but these errors were encountered: