Skip to content

Commit 0e1aba2

Browse files
committed
Ignore typecheck errors in test-commerce-sdk-react
1 parent 8235d5e commit 0e1aba2

File tree

1 file changed

+2
-0
lines changed
  • packages/test-commerce-sdk-react/app/components/_app-config

1 file changed

+2
-0
lines changed

packages/test-commerce-sdk-react/app/components/_app-config/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ const AppConfig = (props: AppConfigProps): ReactElement => {
2525
const anotherSite = siteId === defaultSiteId ? 'RefArch' : defaultSiteId
2626
const anotherLocale = locale === defaultLocale ? 'en-CA' : defaultLocale
2727
return (
28+
// @ts-expect-error: Types of property 'key' are incompatible.
29+
// Possible conflicting types due to duplicate @types/react installs
2830
<CommerceApiProvider
2931
siteId={siteId}
3032
shortCode="8o7m175y"

0 commit comments

Comments
 (0)