WIP: test #8

Draft
loewy wants to merge 61 commits from async-queue-shaka into master
Showing only changes of commit 68cbe3c4b1 - Show all commits

View File

@@ -228,7 +228,7 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
}, [rate]); }, [rate]);
useEffect(() => { useEffect(() => {
if (!nativeRef.current || rate === undefined) { if (!nativeRef.current) {
console.log("Not starting shaka yet bc undefined") console.log("Not starting shaka yet bc undefined")
return; return;
} }