We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I like to pull the props I need into scope with destructuring
const { propA, propB } = this.props;
This plugin doesn't catch those and warn about not having propTypes.