TypeError: Cannot read property 'string' of undefined ./node_modules/react-input-autosize/lib/AutosizeInput.js node_modules/react-input-autosize/lib/AutosizeInput.js:31 28 | var AutosizeInput = React.createClass({ 29 | displayName: 'AutosizeInput', 30 | propTypes: { > 31 | className: React.PropTypes.string, 32 | // className for the outer element 33 | defaultValue: React.PropTypes.any, 34 | // default field value