Skip to content

props are not detected when destructuring #27

Closed
@AsaAyers

Description

@AsaAyers

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions