Add loading state for player component

This commit is contained in:
Gabe Kangas
2023-01-31 23:29:03 -08:00
parent ae660ed216
commit b05ff79cf0
+1
View File
@@ -77,6 +77,7 @@ const OwncastPlayer = dynamic(
() => import('../../video/OwncastPlayer/OwncastPlayer').then(mod => mod.OwncastPlayer),
{
ssr: false,
loading: () => <Skeleton loading active paragraph={{ rows: 12 }} />,
},
);