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 d933bae commit 581915eCopy full SHA for 581915e
src/components/search.js
@@ -44,6 +44,7 @@ const SearchResults = ({results, getItemProps, highlightedIndex}) => {
44
as={LinkNoUnderline}
45
to={item.path}
46
active={highlightedIndex === index}
47
+ aria-labelledby={null}
48
>
49
<Box sx={{display: 'flex', flexDirection: 'column', flex: '0 0 auto'}}>
50
<Text sx={{fontSize: 0}}>
0 commit comments