diff --git a/lib/bigcommerce/products/use-search.tsx b/lib/bigcommerce/products/use-search.tsx index 9c71eb80a..e4b1e9b91 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 as any, + customFetcher, { revalidateOnFocus: false, ...swrOptions } )