Closed
Description
defaultProps
on function components is getting deprecated by React (see: facebook/react#16210)
For this rule to follow suit, it should only be triggered when missing from class components.
The official recommendation in future versions of React is to use ES6 default values for function components.