File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
src/components/ConversationContainer Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/js" ,
3
- "version" : " 0.2.72 " ,
3
+ "version" : " 0.2.73 " ,
4
4
"description" : " Javascript library to display typebots on your website" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -208,7 +208,9 @@ export const ConversationContainer = (props: Props) => {
208
208
await processClientSideActions ( actionsBeforeFirstBubble )
209
209
if (
210
210
data . clientSideActions . length === 1 &&
211
- data . clientSideActions [ 0 ] . type === 'stream'
211
+ data . clientSideActions [ 0 ] . type === 'stream' &&
212
+ data . messages . length === 0 &&
213
+ data . input === undefined
212
214
)
213
215
return
214
216
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/nextjs" ,
3
- "version" : " 0.2.72 " ,
3
+ "version" : " 0.2.73 " ,
4
4
"description" : " Convenient library to display typebots on your Next.js website" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/react" ,
3
- "version" : " 0.2.72 " ,
3
+ "version" : " 0.2.73 " ,
4
4
"description" : " Convenient library to display typebots on your React app" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments