Fix defaultProps of frameRate to string (#15493)
This commit is contained in:
parent
7e9a91ae63
commit
8c0b9e37d0
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class Video extends React.PureComponent {
|
|||
};
|
||||
|
||||
static defaultProps = {
|
||||
frameRate: 25,
|
||||
frameRate: '25',
|
||||
};
|
||||
|
||||
state = {
|
||||
|
|
Loading…
Reference in a new issue