Fix defaultProps of frameRate to string (#15493)

th-downstream
Takeshi Umeda 4 years ago committed by GitHub
parent 7e9a91ae63
commit 8c0b9e37d0

@ -125,7 +125,7 @@ class Video extends React.PureComponent {
};
static defaultProps = {
frameRate: 25,
frameRate: '25',
};
state = {

Loading…
Cancel
Save