JoL-player
JoL-player copied to clipboard
not working
i get invalid hook call on the example alone
Can you provide a case?
import React from 'react';
import JoLPlayer from "jol-player";
const App = () => (
<>
<JoLPlayer
option={{
videoType: 'hls',
videoSrc:"https://media.vimejs.com/hls/index.m3u8",
width: 750,
height: 420,
}}
/>
</>
);
export default App;
https://jolplayerdemo.joelptl.repl.co
Please try it with npm install