FredrikOseberg / react-chatbot-kit

MIT License
297 stars 139 forks source link

Widget message unable to load properly from MessageHistory #119

Open siulam33 opened 1 year ago

siulam33 commented 1 year ago

Hi~

I created 2 widgets for the bot to reply media message (image and video), by passing the file path as props to the widget. It show properly in the chat, image

but the images and videos were missing when loading from the message history. I found that the media file path were correct in the localStorage, image

but it cannot load into the widget image its seems missing the props.

Please help. Thanks.

sL