Hello I am trying to implement react markdown editor and I have used Jed Watson's http://jedwatson.github.io/react-md-editor/
But the problem is that, I am getting the error attached. Any thoughts what I am missing :(.. Has anyone encountered similar issue ?
import Editor from 'react-md-editor'; state = { code: '# React Markdown ' } updateCode = (newCode) => { this.setState({ code: newCode }); } Render: <Editor value={this.state.code} onChange={this.updateCode} />
PropTypesto be part of React, but they were moved into their own package –prop-types.