-
Notifications
You must be signed in to change notification settings - Fork 72
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
Can't get beyond "player.eme is not a function" #152
Comments
The error is correct in this case because the function is replaced with an object when the plugin has initialised. |
Sorry, I meant to just showcase the two options that I'd tried. Using both |
Look at this example, based on your code above. The type of
|
Thanks for the example. Looks like my import of:
Needed to be, as you mentioned:
|
I tried implementing this in my React app and keep encountering:
player.eme is not a function
.The React app was using the NPM package.
For convenience, here's a simple HTML showing the same error:
Once I hit the button "Load Source", the console spits out the same error.
I feel like I'm missing something extremely obvious, but I'm not sure what it is.
The text was updated successfully, but these errors were encountered: