2
0

(engine) Improve engine overall robustness

This commit is contained in:
Baptiste Arnaud
2023-01-25 11:27:47 +01:00
parent ff62b922a0
commit 30baa611e5
210 changed files with 1820 additions and 1919 deletions

View File

@ -1,5 +1,6 @@
import { Popup } from '../Popup'
import { open, toggle } from '@typebot.io/js'
import { leadGenerationTypebot } from './assets/leadGenerationTypebot'
export const Default = () => {
return (
@ -7,7 +8,7 @@ export const Default = () => {
<button onClick={open}>Open modal</button>
<button onClick={toggle}>Toggle modal</button>
<Popup
typebot="clctayswj000l3b6y2vkh8kwg"
typebot={leadGenerationTypebot}
apiHost="http://localhost:3001"
autoShowDelay={3000}
isPreview