RootCauseunvalidated
The attempted `tracks.map((url, colour, index) => ...)` misuses `map` parameters—only `(item, index)` are provided, so `colour` is not the color value from the colors array.
b79153c4-5a57-49c0-858e-303ddc52a007
The attempted tracks.map((url, colour, index) => ...) misuses map parameters—only (item, index) are provided, so colour is not the color value from the colors array.