Skip to content

Commit 6dd33c6

Browse files
committed
fix(scope): Added key prop to StackItem
1 parent c02d326 commit 6dd33c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PropsTables.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const propsData = await getPropsData(propComponents)
4040
{propsData
4141
.filter((comp: any) => !!comp)
4242
.map((component: any) => (
43-
<StackItem>
43+
<StackItem key={component.name}>
4444
<PropsTable
4545
key={component.name}
4646
componentName={component.name}

0 commit comments

Comments
 (0)