maestro-react-player
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -61,6 +61,9 @@ 'use strict'; | ||
if (!this.container) return; | ||
setTimeout(function () { | ||
return _this2.props.onReady(); | ||
}, 3000); | ||
if (!this.container) { | ||
this.props.onReady(); | ||
} else { | ||
setTimeout(function () { | ||
return _this2.props.onReady(); | ||
}, 3000); | ||
} | ||
} | ||
@@ -67,0 +70,0 @@ }, { |
{ | ||
"name": "maestro-react-player", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion", | ||
@@ -5,0 +5,0 @@ "main": "lib/ReactPlayer.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1653230
3990