Refac remove eslint ignore
This commit is contained in:
parent
9c51b0c2cf
commit
868d25c0a3
|
|
@ -406,8 +406,7 @@ const VideoPlayer = ({
|
|||
|
||||
onVideoEnd?.();
|
||||
},
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
[videoId, watched],
|
||||
[onVideoEnd, onWatchStateChanged, videoId, watched],
|
||||
);
|
||||
|
||||
const handleKeyDown = useCallback((e: KeyboardEvent<HTMLVideoElement | HTMLAudioElement>) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue