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
The ContentState component size is quite significant. We sometimes use AsyncContent in places where the actual content only uses little space on the screen, but an empty state increases the component size multiple times. We might be able to use ContentState (and AsyncContent) better if there was a smaller version (maybe without the visuals).
The text was updated successfully, but these errors were encountered:
The ContentState component size is quite significant. We sometimes use AsyncContent in places where the actual content only uses little space on the screen, but an empty state increases the component size multiple times. We might be able to use ContentState (and AsyncContent) better if there was a smaller version (maybe without the visuals).
The text was updated successfully, but these errors were encountered: