kkmate
Results
1
issues of
kkmate
Hi There is a typo in the constructor of `VideoPlayer` at line 53: `this.props.isFullScreen || this.props.resizeMode === 'cover' || false,` The name of the property is `isFullscreen` instead of `isFullScreen`....