Updated how the hook input is handled

This commit is contained in:
Luis Alvarez
2021-02-09 13:23:48 -05:00
parent 016be86d9a
commit 5aecb0f303
8 changed files with 45 additions and 28 deletions

View File

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