mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 19:51:23 +00:00
Ignore some types
This commit is contained in:
@@ -28,7 +28,8 @@ export type ShopifyProps = {
|
||||
export function CommerceProvider({ children, ...config }: ShopifyProps) {
|
||||
return (
|
||||
<CoreCommerceProvider
|
||||
provider={shopifyProvider}
|
||||
// TODO: Fix this type
|
||||
provider={shopifyProvider as any}
|
||||
config={{ ...shopifyConfig, ...config }}
|
||||
>
|
||||
{children}
|
||||
|
Reference in New Issue
Block a user