Symptom
Click on an outage incident. In the detail panel, one of the rows shows "NaN%" for the Uptime SLA field.
Context
OutageIncidentCard extends IncidentCardModel and builds detail rows for the expanded view. The incident data has a metadata field of type Record<string, unknown>. Some incidents have uptimeSla in their metadata; others do not.
Hints
TypeScript
TypeScript ready
Test Output
▶
Click "Run Tests" to execute your code