Closed mistercoffee66 closed 7 years ago
@samelwitt I am out of capacity to take a look at this any time soon. However, should you have time to investigate the issue and raise a PR to address it, I will dedicate time to review it and release it promptly.
Fixed. Sorry for the inconvenience.
@gajus Thank you!
Hi, I'm running your demo.
expected behavior: clicking 'component mounted with playbackState set to "playing"' should load a video and play it.
actual behavior: video loads but does not play, regardless of what playbackState I select. I verified in React DevTools that the playbackState is getting updated properly. If I load it with 'playing' state already selected (http://localhost:9001/?selectedKind=react-youtube-player&selectedStory=component%20mounted%20with%20playbackState%20set%20to%20%22playing%22&full=0&down=1&left=1&panelRight=0) it does play, but as soon as I make another selection, everything is paused no matter what.