From 7b5b801c9448028b841101d2e28c2927be502dde Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Sat, 24 Oct 2020 10:26:51 -0500 Subject: [PATCH] Removed temporal type fix --- lib/bigcommerce/products/use-search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } )