Ignoring "no tracks" warning (cause really, we cannot add tracks to live streams)
This commit is contained in:
@@ -95,6 +95,7 @@ module.exports = {
|
||||
|
||||
if (warning.code === 'a11y-no-onchange') { return }
|
||||
if (warning.code === 'a11y-autofocus') { return }
|
||||
if (warning.code === 'a11y-media-has-caption') { return }
|
||||
|
||||
// process as usual
|
||||
handleWarning(warning);
|
||||
|
||||
Reference in New Issue
Block a user