eslint-plugin-react-redux
eslint-plugin-react-redux copied to clipboard
[react-redux/no-unused-prop-types] rule false positive on props defined as strings in ts interface
@JustFly1984, thanks for reporting this. Not sure I follow - would you be able to provide a min code sample to repro the issue.
@DianaSuvorova The problem is that your plugin doesn't consider aria-label or aria-hidden as valid prop, may be cos it is reassigned to ariaLabel/ariaHidden in component props destructuring.