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

TypeError: React.createClass is not a function

Open devalexandre opened this issue 7 years ago • 0 comments

TypeError: React.createClass is not a function ./node_modules/react-datatable/dist/js/react-datatable.js/</< node_modules/react-datatable/dist/js/react-datatable.js:1059

1056 | * 1057 | * 1058 | */

1059 | var RDTCell = React.createClass({displayName: "RDTCell", 1060 | componentWillReceiveProps : function(newProps) { 1061 | this.setState({ editMode : false }); 1062 | },

devalexandre avatar Feb 07 '18 10:02 devalexandre