We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744389f commit a184999Copy full SHA for a184999
src/index.js
@@ -237,7 +237,7 @@ class ReactPlayerLoader extends React.Component {
237
updatePlayer(changes) {
238
239
// No player exists, player is disposed, or not using the catalog
240
- if (!this.player || !this.player.el()) {
+ if (!this.player || !this.player.el || !this.player.el()) {
241
return;
242
}
243
0 commit comments