react-card-flip icon indicating copy to clipboard operation
react-card-flip copied to clipboard

mapping items

Open Mathers08 opened this issue 3 years ago • 1 comments

I have 3 cards and I display them via Array.map. Each card has a button and when I click on it, all 3 cards turn over, not just one image image

Mathers08 avatar Jan 12 '22 13:01 Mathers08

You'll need to manage the flip state of each card separately.

AaronCCWong avatar Jan 12 '22 18:01 AaronCCWong