We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b90e20d + c2ae092 commit 3652357Copy full SHA for 3652357
docs/rules/no-static-element-interactions.md
@@ -44,7 +44,7 @@ If your element is catching bubbled click or key events from descendant elements
44
45
```jsx
46
{/* The <div> element has a child <button> element that allows keyboard interaction */}
47
-{/* eslint-disable-next-line no-static-element-interactions */}
+{/* eslint-disable-next-line jsx-a11y/no-static-element-interactions */}
48
<div onClick={this.handleButtonClick}>
49
<button>Save</button>
50
<button>Cancel</button>
0 commit comments