Render AudioControl.tsx at end of stream
This commit is contained in:
parent
57d9ec91f1
commit
57e05b2cef
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export function Stream({
|
|||
})}
|
||||
</ul>
|
||||
);
|
||||
}, [stream.length, isPaused]);
|
||||
}, [stream.length, isPaused, endOfStream]);
|
||||
|
||||
useEffect(() => {
|
||||
const el = ref.current;
|
||||
|
|
Loading…
Reference in a new issue