Implement playlists #110
Annotations
10 warnings
lint:
src/renderer/src/components/list/List.tsx#L17
The reactive variable 'props.onValueChange' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
lint:
src/renderer/src/components/list/List.tsx#L18
The reactive variable 'props.value' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
lint:
src/renderer/src/components/playlist/context-menu-items/RemoveFromPlaylist.tsx#L15
This tracked scope should not be async. Solid's reactivity only tracks synchronously
|
lint:
src/renderer/src/components/playlist/playlist-item/PlaylistItem.tsx#L41
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
lint:
src/renderer/src/components/playlist/playlist-list/PlaylistList.tsx#L12
For proper analysis, array destructuring should be used to capture the first result of this function call
|
lint:
src/renderer/src/components/playlist/playlist-list/PlaylistList.tsx#L72
Empty components are self-closing
|
lint:
src/renderer/src/components/playlist/playlist-song-list/PlaylistSongList.tsx#L22
The reactive variable 'props.playlistName' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
lint:
src/renderer/src/components/playlist/playlist-song-list/PlaylistSongList.tsx#L81
Empty components are self-closing
|
lint:
src/renderer/src/components/playlist/playlist-song-list/PlaylistSongList.tsx#L100
This tracked scope should not be async. Solid's reactivity only tracks synchronously
|
lint:
src/renderer/src/components/popover/Popover.tsx#L37
The reactive variable 'props.onValueChange' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|