Eric Fortis
Results
1
comments of
Eric Fortis
Could anyone help me understand how to override class components for adding the type-value checks. That is, there is no `React.Component.prototype.render`. So we can't simply: ```js import checkPropTypes from 'prop-types/checkPropTypes'...