Symptom
Clicking on a Live Performance track crashes with Cannot read properties of undefined (reading 'map'). The page fails to render the track details.
What you know
The LivePerformanceCard renders detail rows including a setlist. The track data comes from an API that does not always include a setlist field. The card model accesses this.data.setlist and calls .map() on it directly.
Hints
TypeScript
TypeScript ready
Test Output
▶
Click "Run Tests" to execute your code