OvidijusParsiunas / deep-chat

Fully customizable AI chatbot component for your website
https://deepchat.dev
MIT License
1.26k stars 170 forks source link

`<div class="deep-chat-temporary-message">` render problem #141

Closed TheLime1 closed 2 months ago

TheLime1 commented 3 months ago

https://github.com/OvidijusParsiunas/deep-chat/blob/252f5e7d6d554aa62e5b5b7e252ed3fc1b438774/website/docs/docs/messages/HTML.mdx#L455

i cant view whats inside the div with that class (the first item that render auto hide itself i think) i copied the exact example from https://deepchat.dev/docs/messages/HTML#customElements

OvidijusParsiunas commented 3 months ago

Hi @TheLime1.

I am a little confused which example you have used because the first part of the message points towards the use of "deep-chat-temporary-message" class and the second one is for a customElements section. Could you paste the exact code you have used in your configuration so I can try to replicate it locally.

Thankyou!

TheLime1 commented 3 months ago

i meant this part image

there is no link for that part

OvidijusParsiunas commented 3 months ago

Hi @TheLime1. Thankyou for sharing your example. Can you elaborate what you mean by cant view whats inside the div with that class.

The message bubble with "deep-chat-temporary-message" will be re-rendered once a new message has appeared (in this case when either of the buttons are clicked), hence it will no longer be available.

OvidijusParsiunas commented 2 months ago

Since there has been no activity in this issue I will close it.