2
0

♻️ Add a test for internal waitUntil

This commit is contained in:
Baptiste Arnaud
2024-04-16 12:56:47 +02:00
parent 8d62898d15
commit 87f5d8515a
89 changed files with 1029 additions and 1154 deletions

View File

@@ -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",

View File

@@ -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'

View File

@@ -1,4 +1,4 @@
import type { TDescendant } from '@udecode/plate-common'
import type { TDescendant } from '@udecode/slate'
export const computePlainText = (elements: TDescendant[]): string =>
elements