mirror of
https://github.com/videojs/video.js.git
synced 2025-02-08 12:05:47 +02:00
parent
ef1fce6822
commit
05083bb78d
@ -14,7 +14,7 @@ export const VideoJS = ( props ) => {
|
||||
const videoRef = React.useRef(null);
|
||||
const { options } = props;
|
||||
|
||||
// This seperate functional component fixes the removal of the videoelement
|
||||
// This separate functional component fixes the removal of the videoelement
|
||||
// from the DOM when calling the dispose() method on a player
|
||||
const VideoHtml = ( props ) => (
|
||||
<div data-vjs-player>
|
||||
|
Loading…
x
Reference in New Issue
Block a user