baptisteArno / typebot.io

💬 Typebot is a powerful chatbot builder that you can self-host.
https://typebot.io
Other
6.96k stars 1.89k forks source link

Facing embedding issue with the React library #1673

Open Testuser1284 opened 1 month ago

Testuser1284 commented 1 month ago

Hi, I'm trying to add custom icons and styles across all messages directly on the source code. I have built it and then I can view the custom class names in the web.js file under dist. I am deploying the app on Docker using newly generated images. The custom changes are visible in the viewer page/URL and when embedded using an iframe. But when I try to embed it using React's Bubble component, I can no longer see the custom class names and styles.

Thank you.

baptisteArno commented 1 month ago

Hey,

Can you clearly describe it by following this template:

  1. Steps to reproduce
  2. What's happening
  3. What were you expecting

It's even better if you can provide a screen recording.

This ultimately allow me to reproduce the bug so that I can fix it properly.