GoogleChrome / chromium-dashboard

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

Avoid errors accessing `this.feature` when request not finished. #4145

Closed DanielRyanSmith closed 1 month ago

DanielRyanSmith commented 2 months ago

Not sure if this is from recent changes, but some locations with the renderSubheader method did not wait for relevant properties to be populated (namely, the feature to be displayed), which caused some log errors. The page would render correctly after the data was fetched, however. Regardless, waiting until the data has finished loading will fix this problem.