We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16ab3 commit e13deb9Copy full SHA for e13deb9
components/Search.tsx
@@ -164,7 +164,7 @@ function LoadingIcon(props: ComponentPropsWithoutRef<"svg">) {
164
165
function HighlightQuery({ text, query }: { text: string; query: string }) {
166
return (
167
- // @ts-expect-error types not properly updated to react 19
+ // @ts-ignore
168
<Highlighter
169
highlightClassName="underline bg-transparent text-brand-500"
170
searchWords={[query]}
0 commit comments