WIP: test #8

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

View File

@@ -34,8 +34,6 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
ref,
) => {
const nativeRef = useRef<HTMLVideoElement>(null);
const errorHandler = useRef<typeof onError>(onError);
errorHandler.current = onError;
const seek = useCallback(
async (time: number, _tolerance?: number) => {