mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
Updated how the hook input is handled
This commit is contained in:
@@ -43,7 +43,7 @@ const fetcher: Fetcher = async ({
|
||||
|
||||
const useCart: HookHandler<
|
||||
Cart | null,
|
||||
[],
|
||||
{},
|
||||
FetchCartInput,
|
||||
any,
|
||||
any,
|
||||
@@ -71,7 +71,7 @@ const useCart: HookHandler<
|
||||
|
||||
const useWishlist: HookHandler<
|
||||
Cart | null,
|
||||
[],
|
||||
{},
|
||||
FetchCartInput,
|
||||
any,
|
||||
any,
|
||||
|
Reference in New Issue
Block a user