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

Error managment

Open bastienrobert opened this issue 6 years ago • 1 comments

Just tried to set a wrong video id and instead of seeing that : capture d ecran 2018-05-04 a 11 26 30

The DOM node just doesn't exist. Is there any error management ?

bastienrobert avatar May 04 '18 09:05 bastienrobert

It looks like this may just be a limitation of the JS SDK…perhaps we could work around it by rendering an <iframe> in the component and pointing the Player object to that

goto-bus-stop avatar Feb 29 '20 10:02 goto-bus-stop