mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
add missing suspense boundary around playlist filter sidebar
This commit is contained in:
@@ -275,7 +275,9 @@ const PlaylistDetailSongListRoute = () => {
|
|||||||
|
|
||||||
<ListWithSidebarContainer>
|
<ListWithSidebarContainer>
|
||||||
<ListWithSidebarContainer.SidebarPortal>
|
<ListWithSidebarContainer.SidebarPortal>
|
||||||
|
<Suspense fallback={<Spinner container />}>
|
||||||
<PlaylistSongListFiltersSidebar />
|
<PlaylistSongListFiltersSidebar />
|
||||||
|
</Suspense>
|
||||||
</ListWithSidebarContainer.SidebarPortal>
|
</ListWithSidebarContainer.SidebarPortal>
|
||||||
<Suspense fallback={<Spinner container />}>
|
<Suspense fallback={<Spinner container />}>
|
||||||
<PlaylistDetailSongListContent />
|
<PlaylistDetailSongListContent />
|
||||||
|
|||||||
Reference in New Issue
Block a user