Add loading state for player component
This commit is contained in:
@@ -77,6 +77,7 @@ const OwncastPlayer = dynamic(
|
||||
() => import('../../video/OwncastPlayer/OwncastPlayer').then(mod => mod.OwncastPlayer),
|
||||
{
|
||||
ssr: false,
|
||||
loading: () => <Skeleton loading active paragraph={{ rows: 12 }} />,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user