Among the PropTypes snippets, one of the suggestion is `React.PropTypes.component` but it doesn't actually exists, according to the doc: http://facebook.github.io/react/docs/reusable-components.html Reading this repo's source code, I did not understand where the mistake comes from...
Among the PropTypes snippets, one of the suggestion is
React.PropTypes.componentbut it doesn't actually exists, according to the doc: http://facebook.github.io/react/docs/reusable-components.htmlReading this repo's source code, I did not understand where the mistake comes from...