We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f116496 commit aeebf74Copy full SHA for aeebf74
packages/test-commerce-sdk-react/app/pages/use-shopper-experience.tsx
@@ -26,11 +26,7 @@ const componentMapProxy = new Proxy(
26
<div style={{marginBottom: '10px'}}>
27
<b>{props.typeId}</b>
28
{props?.regions?.map((region: any) => (
29
- <Region
30
- key={region.id}
31
- component={props.component}
32
- regionId={region.id}
33
- />
+ <Region key={region.id} component={props.component} regionId={region.id} />
34
))}
35
</div>
36
)
0 commit comments