We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f41c8 commit 8244e43Copy full SHA for 8244e43
docs/rules/no-static-element-interactions.md
@@ -12,7 +12,7 @@ In order to add interactivity such as a mouse or key event listener to a static
12
13
Indicate the element's role with the `role` attribute:
14
15
-```
+```jsx
16
<div
17
onClick={onClickHandler}
18
onKeyPress={onKeyPressHandler}
0 commit comments