'prop-types' rule doesn't recognize 'this-format' properties name #118
Closed
Description
I wasn't been able to find out such issue. Sorry if I missed one.
propTypes: {
...
'aria-controls': React.PropTypes.string
},
let {
...
'aria-controls': ariaControls, // <- error 'undefined' is missing in props validation react/prop-types
...props } = this.props; // eslint-disable-line object-shorthand
error 'undefined' is missing in props validation react/prop-types
Metadata
Assignees
Labels
No labels