From c9f5babfddb00a41b1393c03220f83af812d88f4 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Thu, 22 Oct 2020 18:05:56 -0500 Subject: [PATCH] Updated type --- lib/commerce/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commerce/index.tsx b/lib/commerce/index.tsx index 3627e3774..8fc156922 100644 --- a/lib/commerce/index.tsx +++ b/lib/commerce/index.tsx @@ -21,7 +21,7 @@ export type CommerceConfig = { fetcher: Fetcher } & Omit< > export type CommerceContextValue = { - fetcherRef: MutableRefObject + fetcherRef: MutableRefObject> locale: string cartCookie: string }