react-video-renderer icon indicating copy to clipboard operation
react-video-renderer copied to clipboard

Unable to use callbacks

Open Pritoj opened this issue 4 years ago • 0 comments

<Video src={src} onPlay={onPlay}>
        {VideoRenderCallback}
</Video>

Unable to do this since onPlay is an invalid prop. Looking at the source I realize this is the case for all such methods. Can we expose these methods?

I'd be happy to open a PR if you think this is a valid usecase.

Pritoj avatar Dec 18 '20 23:12 Pritoj