We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8235d5e commit 0e1aba2Copy full SHA for 0e1aba2
packages/test-commerce-sdk-react/app/components/_app-config/index.tsx
@@ -25,6 +25,8 @@ const AppConfig = (props: AppConfigProps): ReactElement => {
25
const anotherSite = siteId === defaultSiteId ? 'RefArch' : defaultSiteId
26
const anotherLocale = locale === defaultLocale ? 'en-CA' : defaultLocale
27
return (
28
+ // @ts-expect-error: Types of property 'key' are incompatible.
29
+ // Possible conflicting types due to duplicate @types/react installs
30
<CommerceApiProvider
31
siteId={siteId}
32
shortCode="8o7m175y"
0 commit comments