react-flask
react-flask copied to clipboard
fixed bugs for latest versions of react
In the latest versions of react (^16.2.0). React.createClass is deprecated. The pull request fixes this by using the recommended extends React.Component method