t when applying this rule. The recommended configuration includes the following 6 handlers. ```javascript 'jsx-a11y/no-noninteractive-element-interactions': [ 'error', { handlers: [ 'onClick', 'onMouseDown', 'onMouseUp', 'onKeyPress', 'onKeyDown', 'onKeyUp', ], }, ], ``` Adjust the list of handler prop names in the handlers array to increase or decrease the coverage surface of this rule in your codebase. ### Succeed ```jsx
void 0} role="button" />
void 0} role="presentation" /> void 0} /> // Interactive element does not require role.