Open sfictive opened 1 day ago
Thank you for opening this issue!
🔔 @mattisssa @peduarte @sxn @dillionverma @andreaselia @stuart @tonka3000 @dancannon @pernielsentikaer @stevensd2m @erics118 @hjoelh @hobhouse @jatindotdev @the-devbear @rfaccio @badta5te @andyburris @thomaslombart @rhesamu you might want to have a look.
Extension
https://www.raycast.com/mattisssa/spotify-player
Raycast Version
1.86.0
macOS Version
15.0
Description
TypeError: Cannot read properties of null (reading 'id')
ys:AlbumsSection.tsx:12:32
9: limit?: number; 10: }; 11: 12: export function AlbumsSection({ type, albums, columns, limit }: AlbumsSectionProps) { 13: if (!albums) return null; 14: 15: const items = albums.slice(0, limit || albums.length);
Fr:index.js:8:3631 at ray-list lt:index.js:20:24444
Steps To Reproduce
Current Behaviour
No response
Expected Behaviour
No response