Hi folks,
I noticed a weird rendering behaviour that happened on both the web version and the app version of microsoft teams. I'm developing a teams app, where I'm in a situation , wherein I would like to update an adaptive card message that was previously rendered with a simple text message.
So when I do this what happens , is that the previously rendered adaptive card is removed and the message seems to be empty for sometime. Only after I scroll a couple of times , do I see the text message being rendered properly.
I see that in the documentation it is mentioned that I'm allowed to change the message type - Link. That's why I'm wondering if this is expected behaviour.