Repro: Go to https://cookpete.com/react-player/ and select one of the Facebook presets.
Bug: Video is a black screen. Inspecting the iframe element shows that something is adding visibility: hidden to the inline styles. (Screenshot) Manually removing the rule via JS or the inspector fixes the issue.
These issues only appear on Chrome 68; Chrome 67 is unaffected.. All tests were running macOS.
Repro: Go to https://cookpete.com/react-player/ and select one of the Facebook presets.
Bug: Video is a black screen. Inspecting the
iframeelement shows that something is addingvisibility: hiddento the inline styles. (Screenshot) Manually removing the rule via JS or the inspector fixes the issue.These issues only appear on Chrome 68; Chrome 67 is unaffected.. All tests were running macOS.