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.SidebarPortal>
|
||||
<PlaylistSongListFiltersSidebar />
|
||||
<Suspense fallback={<Spinner container />}>
|
||||
<PlaylistSongListFiltersSidebar />
|
||||
</Suspense>
|
||||
</ListWithSidebarContainer.SidebarPortal>
|
||||
<Suspense fallback={<Spinner container />}>
|
||||
<PlaylistDetailSongListContent />
|
||||
|
||||
Reference in New Issue
Block a user