4
0
forked from crowetic/commerce

Changes to hook

This commit is contained in:
Belen Curcio 2020-10-19 11:23:53 -03:00
parent 453b7b54e8
commit 06234ae6c4

View File

@ -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