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
There is a single loading field in the global state, which is what the used to determine if the app was loading or not (with some hacky additional logic). However, this causes the load spinner to appear in some undesirable corner cases. The fix for this is to add separate loading states.
The text was updated successfully, but these errors were encountered:
There is a single
loading
field in the global state, which is what the used to determine if the app was loading or not (with some hacky additional logic). However, this causes the load spinner to appear in some undesirable corner cases. The fix for this is to add separate loading states.The text was updated successfully, but these errors were encountered: