./node_modules/react-videojs/dist/index.js
node_modules/react-videojs/dist/index.js:8
5 | var blacklist = require('blacklist');
6 | var React = require('react');
7 |
> 8 | module.exports = React.createClass({
9 | displayName: 'VideoJS',
10 |
11 | componentDidMount: function componentDidMount() {
I think this is due to the changes in react. Any plans to handle this?