diff --git a/components/Search.tsx b/components/Search.tsx index d2db96d..1c5eae6 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -164,7 +164,7 @@ function LoadingIcon(props: ComponentPropsWithoutRef<"svg">) { function HighlightQuery({ text, query }: { text: string; query: string }) { return ( - // @ts-expect-error types not properly updated to react 19 + // @ts-ignore