Add ability to view friends' liked songs #60
Annotations
10 warnings
lint-frontend:
frontend/app/likedSongs/index.tsx#L9
'LikedSongsSVG' is defined but never used
|
lint-frontend:
frontend/app/likedSongs/index.tsx#L13
'Genre' is defined but never used
|
lint-frontend:
frontend/app/login/index.tsx#L3
'SpotifyAuthButton' is defined but never used
|
lint-frontend:
frontend/app/login/index.tsx#L25
'_' is assigned a value but never used
|
lint-frontend:
frontend/app/main/(tabs)/index.tsx#L18
'isLoading' is assigned a value but never used
|
lint-frontend:
frontend/app/main/(tabs)/search.tsx#L1
'useEffect' is defined but never used
|
lint-frontend:
frontend/app/playlists/[id].tsx#L22
React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array
|
lint-frontend:
frontend/app/playlists/[id].tsx#L77
React Hook useEffect has missing dependencies: 'rawSong.genre' and 'rawSong.trackID'. Either include them or remove the dependency array
|
lint-frontend:
frontend/app/register/index.tsx#L32
'_' is assigned a value but never used
|
lint-frontend:
frontend/components/AccountSettingsModal.tsx#L2
'TouchableOpacity' is defined but never used
|