We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having problems getting the component to play my video. I keep getting the error this.el_.play is not a function when i press the play button.
this.el_.play is not a function
my current implementation of the component is
<ReactPlayerLoader accountId='1625296048001' playerId='0261d90f-ba8d-47eb-b883-d7d68dd58e91' videoId='6056576437001' />
is there anything else i need to do ?
my app deps
"@brightcove/react-player-loader": "^1.2.1", "babel-polyfill": "^6.26.0", "bootstrap": "^4.3.1", "custom-event-polyfill": "^1.0.7", "jquery": "^3.3.1", "react": "^16.5.2", "react-app-polyfill": "^0.1.3", "react-cookie": "^3.1.2", "react-dom": "^16.5.2", "react-lazy-hero": "^1.0.0", "react-router-dom": "^4.3.1", "react-scripts": "2.0.5", "reactstrap": "^8.0.0" },```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm having problems getting the component to play my video. I keep getting the error
this.el_.play is not a function
when i press the play button.my current implementation of the component is
is there anything else i need to do ?
my app deps
The text was updated successfully, but these errors were encountered: