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
_
Both this codes are wrongly identified as Components:
obj._property = (a) => { if (a == null) return null; return f(a); };
_variable = (a) => { if (a == null) return null; return f(a); };
Apparently because words starting with _ are claimed as starting with a capital letter.
The text was updated successfully, but these errors were encountered:
6b42731
react/prop-types
Successfully merging a pull request may close this issue.
Both this codes are wrongly identified as Components:
Apparently because words starting with
_
are claimed as starting with a capital letter.The text was updated successfully, but these errors were encountered: