react-player icon indicating copy to clipboard operation
react-player copied to clipboard

Fix #1692: Error event not triggering when using array of urls

Open anampartho opened this issue 1 year ago • 0 comments

Aims to fix issue: #1692 For array of URLs, we are rendering <source /> tags. Errors on these tags do not trigger the parent players error event. So created a handleSourceError function which simply creates an Error event and dispatches that event on the player.

anampartho avatar Oct 16 '23 06:10 anampartho