Creating duplicate cards
There is an issue when I render a card... it's giving me multiple card with same because may state changed multi time in components. There is appendchild concept. Please can you do something helpful to prevent rendering multiple cards...
I ran into the same issue. Updating the state of the app will re-render the card. I was able to solve it by writing the card in React.memo
I'm wondering if the logic in shouldComponentUpdate might mistakenly return true even when the new and old hostConfig and payload are the same.
Duplicate of #10 Fix: https://github.com/gatewayapps/react-adaptivecards/issues/10#issuecomment-627517472