🐛 (stream) Fix target attribute being trimmed on message stream
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/react",
|
||||
"version": "0.2.27",
|
||||
"version": "0.2.28",
|
||||
"description": "Convenient library to display typebots on your React app",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -26,7 +26,7 @@ export const Bubble = (props: Props) => {
|
||||
) as BubbleElement
|
||||
bubbleElement.current = newBubbleElement
|
||||
injectPropsToElement(bubbleElement.current, props)
|
||||
document.body.append(bubbleElement.current)
|
||||
document.body.prepend(bubbleElement.current)
|
||||
}, [])
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user