Follow up to breaking change PR patternfly/patternfly-react#8179
The isHovered deprecated prop has been removed from the DropdownItem component, and we should remove it from consumers' code.
Required actions:
- Build codemod
- Build test
- Update readme with description & example
Follow up to breaking change PR patternfly/patternfly-react#8179
The
isHovereddeprecated prop has been removed from theDropdownItemcomponent, and we should remove it from consumers' code.Required actions: