Fix defaultProps of frameRate to string (#15493)
This commit is contained in:
parent
71f0968887
commit
a50fe47a77
@ -125,7 +125,7 @@ class Video extends React.PureComponent {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
frameRate: 25,
|
frameRate: '25',
|
||||||
};
|
};
|
||||||
|
|
||||||
state = {
|
state = {
|
||||||
|
Loading…
Reference in New Issue
Block a user