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
Followup to #749. One of the issues found was that if there's no titleText or children for EmptyStateHeader, the autofixer we currently have doesn't run. We can try to provide an autofixer in this instance (the workaround consumer-side was passing titleText="" to EmptyState, which may not be ideal if we want to encourage consumers to pass a valid titleText).
The text was updated successfully, but these errors were encountered:
Followup to #749. One of the issues found was that if there's no
titleText
orchildren
for EmptyStateHeader, the autofixer we currently have doesn't run. We can try to provide an autofixer in this instance (the workaround consumer-side was passingtitleText=""
to EmptyState, which may not be ideal if we want to encourage consumers to pass a valid titleText).The text was updated successfully, but these errors were encountered: