Skip to content

Commit 69249df

Browse files
authored
fix: fix initial render of AvatarStack stories in StrictMode (#2497)
1 parent 6794780 commit 69249df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AvatarStack/__stories__/AvatarStack.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function getChildren({
3434
borderColor={'var(--g-color-line-generic-solid)'}
3535
aria-label={'For tests'}
3636
alt={'For tests'}
37+
key={faker.string.uuid()}
3738
/>
3839
),
3940
count,

0 commit comments

Comments
 (0)