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 750b894 commit 04c27cdCopy full SHA for 04c27cd
docs/rules/anchor-has-content.md
@@ -49,5 +49,5 @@ return (
49
### Fail
50
```jsx
51
<a />
52
-<a><TextWrapper aria-hidden />
+<a><TextWrapper aria-hidden /></a>
53
```
0 commit comments