2
0

🐛 Fix bot not proceeding when embedded

This commit is contained in:
Baptiste Arnaud
2023-02-22 07:46:30 +01:00
parent 4efe2c48bb
commit bdf088bd95
11 changed files with 24 additions and 19 deletions

View File

@ -29,4 +29,4 @@ export const parseReactBotProps = ({ typebot, apiHost }: BotProps) => {
return `${typebotLine} ${apiHostLine}`
}
export const typebotImportUrl = `https://cdn.jsdelivr.net/npm/@typebot.io/js@0.0.13/dist/web.js`
export const typebotImportUrl = `https://cdn.jsdelivr.net/npm/@typebot.io/js@0.0.14/dist/web.js`