eslint-plugin-react icon indicating copy to clipboard operation
eslint-plugin-react copied to clipboard

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

Open takuji opened this issue 4 months ago • 0 comments

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} />.

Fixes #3954.

takuji avatar Aug 06 '25 18:08 takuji