Enable the eslint react/no-unknown-property
rule (#28217)
This commit is contained in:
parent
42afd30324
commit
ee83d5c760
6 changed files with 7 additions and 9 deletions
|
@ -612,7 +612,6 @@ class Video extends PureComponent {
|
|||
aria-label={alt}
|
||||
title={alt}
|
||||
lang={lang}
|
||||
volume={volume}
|
||||
onClick={this.togglePlay}
|
||||
onKeyDown={this.handleVideoKeyDown}
|
||||
onPlay={this.handlePlay}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue