mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
disable console.error lint warnings
This commit is contained in:
parent
42f461201d
commit
767cfb8eb5
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ const Video = React.forwardRef(({ className, ...props }, ref) => {
|
|||
try {
|
||||
videoRef.current.dispatch(args);
|
||||
} catch (e) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(videoRef.current.constructor.manifest.name, e);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue