import { useState, useEffect } from 'react' import { BubbleParams } from 'typebot-js' @@ -30,74 +31,108 @@ export const ChatEmbedSettings = ({ onUpdateSettings, ...props }: ChatEmbedSettingsProps & StackProps) => { const { user } = useUser() const { typebot } = useTypebot...