Results 5 comments of Marco Burrometo

Hello! I solved this running `npx jetify` before building. https://stackoverflow.com/a/57501835/2343313

I just did something like this in a POC test that I'm doing :) ``` { draggingRef.current = true; videoRef.current.getInternalPlayer().pause(); }} onMouseUp={() => { draggingRef.current = false; videoRef.current.getInternalPlayer().play(); }} onMouseLeave={()...