Add loading state for player component

This commit is contained in:
Gabe Kangas
2023-01-31 23:26:17 -08:00
parent ae660ed216
commit b05ff79cf0

View File

@@ -77,6 +77,7 @@ const OwncastPlayer = dynamic(
() => import('../../video/OwncastPlayer/OwncastPlayer').then(mod => mod.OwncastPlayer), () => import('../../video/OwncastPlayer/OwncastPlayer').then(mod => mod.OwncastPlayer),
{ {
ssr: false, ssr: false,
loading: () => <Skeleton loading active paragraph={{ rows: 12 }} />,
}, },
); );