Skip to content

Commit 68cddd6

Browse files
committed
fix: update key
1 parent 3d139be commit 68cddd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/components/CollapsibleSummary/CollapsibleSummary.stories.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ export const ManyChildren: Story = {
5959
<>
6060
{Array.from({ length: 10 }).map((_, i) => (
6161
<div
62-
// biome-ignore lint/suspicious/noArrayIndexKey: <explanation>
63-
key={i}
62+
key={`option-${i + 1}`}
6463
className="p-2 border border-border rounded-md border-solid"
6564
>
6665
Option {i + 1}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy