We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947480 commit d964c89Copy full SHA for d964c89
docs/data/material/components/cards/SelectActionCard.js
@@ -35,7 +35,7 @@ function SelectActionCard() {
35
}}
36
>
37
{cards.map((card, index) => (
38
- <Card>
+ <Card key={card.id}>
39
<CardActionArea
40
onClick={() => setSelectedCard(index)}
41
data-active={selectedCard === index ? '' : undefined}
docs/data/material/components/cards/SelectActionCard.tsx
0 commit comments