We need a rule that makes it illegal to use `type State = void`, a component with void state will not satisfy React.ComponentType.
We need a rule that makes it illegal to use
type State = void, a component with void state will not satisfy React.ComponentType.