mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 14:56:14 +03:00
Add loading state for player component
This commit is contained in:
parent
ae660ed216
commit
b05ff79cf0
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ const OwncastPlayer = dynamic(
|
|||
() => import('../../video/OwncastPlayer/OwncastPlayer').then(mod => mod.OwncastPlayer),
|
||||
{
|
||||
ssr: false,
|
||||
loading: () => <Skeleton loading active paragraph={{ rows: 12 }} />,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue