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
Some routes currently display incorrect/misleading text while loading data which, combined with current query time speed, can easily make a user believe that the data does not exist. This is mostly the result of sloppy if (isLoading || isError || !data) style checks that were for convenient at the time but should have been taken out a long time ago.
The text was updated successfully, but these errors were encountered:
Related to #32 #110 #105
Description
Some routes currently display incorrect/misleading text while loading data which, combined with current query time speed, can easily make a user believe that the data does not exist. This is mostly the result of sloppy
if (isLoading || isError || !data)
style checks that were for convenient at the time but should have been taken out a long time ago.The text was updated successfully, but these errors were encountered: