react-flask icon indicating copy to clipboard operation
react-flask copied to clipboard

fixed bugs for latest versions of react

Open GanadiniAkshay opened this issue 7 years ago • 0 comments

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

GanadiniAkshay avatar Mar 19 '18 10:03 GanadiniAkshay