react-player
react-player copied to clipboard
Fix #1692: Error event not triggering when using array of urls
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.