-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player is never initialized, and contentWindow is undefined #2
Conversation
@ruprict Thanks for your help! This is fixed in
|
I am on Chrome 44.0.2403.157 (64-bit) and Mac OSX 10.10.5 (Yosemite). However, I think the |
Partially fixes cookpete/react-player#2
Partially fixes cookpete/react-player#2
Partially fixes cookpete/react-player#2
Partially fixes cookpete/react-player#2
Partially fixes cookpete/react-player#2
I had 2 issues using this lib:
MediaPlayer
,this.state.Player
is never initialized for mecomponentWillReceiveProps
is not called when I create the component. The component is part of a conditional render, so maybe that's the issue.iframe.contentWindow
is undefined for me.These two minor fixes allowed me to use the module. Any chance you could take a look and, if all's well, issue a new npm module?