GoogleChrome / chromium-dashboard

Chrome Status Dashboard
https://www.chromestatus.com
Apache License 2.0
636 stars 363 forks source link

Avoid rendering roadmap before channel info loads. #4168

Closed jrobbins closed 1 month ago

jrobbins commented 1 month ago

The render() method can be called before the channel info loads, so in that case just return nothing. That data loads pretty fast, so there is no need for skeletons.

jrobbins commented 1 month ago

Daniel has a better PR.