🐛 Fix unexported Popup and Bubble from react lib
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/react",
|
||||
"version": "0.2.36",
|
||||
"version": "0.2.37",
|
||||
"description": "Convenient library to display typebots on your React app",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -1,4 +1,4 @@
|
||||
export { Standard } from './Standard'
|
||||
// export { Bubble } from './Bubble'
|
||||
// export { Popup } from './Popup'
|
||||
// export * from '@typebot.io/js'
|
||||
export { Bubble } from './Bubble'
|
||||
export { Popup } from './Popup'
|
||||
export * from '@typebot.io/js'
|
||||
|
Reference in New Issue
Block a user