From e13deb968c72e644d2bf75e5afc66ff94afd417a Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 16 Feb 2025 17:50:23 +0100 Subject: [PATCH] fix: :label: Replace ts-expect-error with ts-ignore Build environments are inconsistent and sometimes throw an error with ts-expect-error --- components/Search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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