We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the following config:
"rules": { "react/destructuring-assignment": [2, "always", { "ignoreClassFields": true }] }
This still throws an error:
class Input extends React.Component { id = `${this.props.name}-${generateUUID()}`; ...
This looks like it was introduced in #1909 but I'm not seeing this actually working.
The text was updated successfully, but these errors were encountered:
cc @alexzherdev
Sorry, something went wrong.
destructuring-assignment
Successfully merging a pull request may close this issue.
Using the following config:
This still throws an error:
This looks like it was introduced in #1909 but I'm not seeing this actually working.
The text was updated successfully, but these errors were encountered: