♻️ Add a test for internal waitUntil
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
"lint": "eslint --fix \"src/**/*.ts*\"",
|
||||
"format:check": "prettier --check ./src"
|
||||
},
|
||||
"license": "MIT",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@stripe/stripe-js": "1.54.1",
|
||||
"@udecode/plate-common": "30.4.5",
|
||||
"@udecode/slate": "31.0.0",
|
||||
"dompurify": "3.0.6",
|
||||
"ky": "1.1.3",
|
||||
"marked": "9.0.3",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { TElement, TText, TDescendant } from '@udecode/plate-common'
|
||||
import type { TElement, TText, TDescendant } from '@udecode/slate'
|
||||
import { PlateText, PlateTextProps } from './PlateText'
|
||||
import { For, JSXElement, Match, Switch } from 'solid-js'
|
||||
import { isDefined } from '@typebot.io/lib/utils'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { TDescendant } from '@udecode/plate-common'
|
||||
import type { TDescendant } from '@udecode/slate'
|
||||
|
||||
export const computePlainText = (elements: TDescendant[]): string =>
|
||||
elements
|
||||
|
||||
Reference in New Issue
Block a user