Skip to content

[no-unused-prop-types] known false positives doc #1344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2017

Conversation

DianaSuvorova
Copy link
Contributor

No description provided.

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! After these changes, could you squash these down to a single commit?

```js
class AComponent extends React.Component {
render() {
const { props } = this.props;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const { props } = this;?


```js
class AComponent extends React.Component {
const { aProp } = this.props.aProp;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const { aProp } = this.props;

@DianaSuvorova
Copy link
Contributor Author

Done. Thanks

@ljharb ljharb merged commit e305279 into jsx-eslint:master Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants