AaronCCWong / react-card-flip

React component for card flipping animation.
https://aaronccwong.github.io/react-card-flip
MIT License
337 stars 64 forks source link

bug: back card not hide #96

Open FM7077 opened 2 years ago

FM7077 commented 2 years ago

reat-card-flip-issue.md

FM7077 commented 2 years ago

I create a component to show flipable cards, and it run well on localhost. However when I deploy it on firebase the back card will keep showing, no matter the ==isFlipped== is true or false.

idiglove commented 2 years ago

Hi! Can you reproduce it on CodeSandbox?

FM7077 commented 2 years ago

Hi, I reproduce it on CodeSandbox, it run well as except, still dont know why it doesn't on my blog: https://fm7077.it/ the backside of cards will keep showing Snipaste_2022-07-02_12-27-45

StasGavrilov commented 1 year ago

there is a fix for that?