We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0abde commit 75c41bfCopy full SHA for 75c41bf
1 file changed
packages/react-core/src/demos/Banner.md
@@ -134,8 +134,8 @@ class BannerDemo extends React.Component {
134
<PageSection>
135
<Gallery hasGutter>
136
{Array.from({ length: 30 }).map((_value, index) => (
137
- <GalleryItem key={i}>
138
- <Card key={i}>
+ <GalleryItem key={index}>
+ <Card key={index}>
139
<CardBody>This is a card</CardBody>
140
</Card>
141
</GalleryItem>
0 commit comments