From 388ecdfeef3c1262ef121e616aca7e7f91f07ddd Mon Sep 17 00:00:00 2001 From: Alex Kanunnikov Date: Wed, 24 Jan 2024 10:03:47 +0300 Subject: [PATCH] + --- src/utils/dom.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/dom.ts b/src/utils/dom.ts index 3fc3bda4..5499ae41 100644 --- a/src/utils/dom.ts +++ b/src/utils/dom.ts @@ -563,6 +563,7 @@ function component( ctx: null, slots: {}, index: 0, + // @ts-expect-error message may not exit nodes: [api.text(String(e.message))], }; }