Skip to content
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

Cannot read property 'play' of undefined #64

Closed
iamkyleee opened this issue Jan 28, 2017 · 7 comments
Closed

Cannot read property 'play' of undefined #64

iamkyleee opened this issue Jan 28, 2017 · 7 comments

Comments

@iamkyleee
Copy link

Couldn't get either the player nor the regular api to work
image

image

@fakewaffle
Copy link

What was the issue?

@iamkyleee
Copy link
Author

it does not work well with exponent. Also, I used the manual method and linked the libraries through xcode and worked.

@fakewaffle
Copy link

I'm having the same problem after following the directions. :(

@iamkyleee
Copy link
Author

image

This is what my Libraries looked like.

@anglol
Copy link

anglol commented Sep 12, 2017

Something new here ? Same problem :(

@browncj
Copy link

browncj commented Nov 24, 2017

Having the same issue, except it's telling me "cannot read property 'string' of undefined"

@patrickmuhi
Copy link

#127 @browncj The problem is version of PropTypes used by this repo. This repo is using PropTypes from React, but PropTypes are moved to prop-types npm package. You can see it by going to index.js of repo and you will find this:
Player.propTypes = { url: React.PropTypes.string.isRequired };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants