eslint-plugin-react
eslint-plugin-react copied to clipboard
[Fix] `jsx-handler-names`: avoid an error on a nested comonent name with ignoreComponentNames option is enabled
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.