primer / design

Primer Design Guidelines
https://primer.style/design
MIT License
662 stars 376 forks source link

fix: allow status table to render with partial information #882

Closed francinelucca closed 1 month ago

francinelucca commented 1 month ago

Allow status data to render even when partial information is available (i.e. one of the sources fails to load). See deployment: https://primer-fe30d4f93e-26441320.drafts.github.io/guides/status Currently it will fail to render and get stuck loading:

image

With fix:

image