diff --git a/lib/bigcommerce/products/use-search.tsx b/lib/bigcommerce/products/use-search.tsx index fd3a8ece3..db516874e 100644 --- a/lib/bigcommerce/products/use-search.tsx +++ b/lib/bigcommerce/products/use-search.tsx @@ -49,7 +49,7 @@ export function extendHook( ['brandId', input.brandId], ['sort', input.sort], ], - customFetcher, + customFetcher as any, { revalidateOnFocus: false, ...swrOptions } )