Skip to content

[Fix] jsx-handler-names: avoid an error on a nested comonent name with ignoreComponentNames option is enabled #3943

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

takuji
Copy link

@takuji takuji commented Aug 6, 2025

This PR fixes the problem where the jsx-handler-names rule with ignoreComponentNames option throws an error when it checks an component that is namespaced like <Foo.Component onClick={doSomething} />.

@takuji takuji changed the title [Fix] jsx-handler-names: support namespaced component names [Fix] jsx-handler-names: avoid an error on a nested comonent name with ignoreComponentNames option is enabled Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant