diff --git a/lib/commerce/index.tsx b/lib/commerce/index.tsx
index adb0fc37a..3627e3774 100644
--- a/lib/commerce/index.tsx
+++ b/lib/commerce/index.tsx
@@ -8,7 +8,7 @@ import {
 } from 'react'
 import { Fetcher } from './utils/types'
 
-const Commerce = createContext<CommerceContextValue | null>(null)
+const Commerce = createContext<CommerceContextValue | {}>({})
 
 export type CommerceProps = {
   children?: ReactNode