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
In v5.2.0 I'm getting a false positive for the react/jsx-pascal-case rule when using namespaced components.
react/jsx-pascal-case
<Modal show={showModal} onHide={this.closeModal}> <Modal.Header closeButton> <Modal.Title>Demo</Modal.Title> </Modal.Header> </Modal>
It looks like it was introduced in cd5ef2b.
The text was updated successfully, but these errors were encountered:
ping @evcohen
Sorry, something went wrong.
sorry bout that 😢 re: /pull/638
Fix jsx-pascal-case for JSXMemberExpressions (fixes #637)
ef406fa
No problem @evcohen, thanks for the very quick fix 😉
No branches or pull requests
In v5.2.0 I'm getting a false positive for the
react/jsx-pascal-case
rule when using namespaced components.It looks like it was introduced in cd5ef2b.
The text was updated successfully, but these errors were encountered: