Marco Burrometo
Marco Burrometo
I need this too!
Saved my day :)
I need this too :)
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={()...