You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to update the image in an embed. The behaviour I'm seeing is not what I was expecting, please see MVP down below.
When executing the component via the button click it calls InteractionRespond with InteractionResponseUpdateMessage. In this update I assign a new Files array with a new image. I also update the included Embed. I expected this to delete the previous image and load the new one. But what actually happens is it updates the embed but leaves the attached image hanging, please see the screenshot.
Hi,
I am trying to update the image in an embed. The behaviour I'm seeing is not what I was expecting, please see MVP down below.
When executing the component via the button click it calls InteractionRespond with InteractionResponseUpdateMessage. In this update I assign a new Files array with a new image. I also update the included Embed. I expected this to delete the previous image and load the new one. But what actually happens is it updates the embed but leaves the attached image hanging, please see the screenshot.
This looks good
Here the old map stays put and is being rendered outside of its embed?
What is going on here? Am I handling this scenario correctly or is there a better way?
Thanks
The text was updated successfully, but these errors were encountered: