We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1c39e commit 5f9e4f3Copy full SHA for 5f9e4f3
lexical-cli-render-tsx.ts
@@ -8,7 +8,7 @@ import { LinkNode } from "@lexical/link";
8
import { HashtagNode } from "@lexical/hashtag";
9
import { ListNode, ListItemNode } from "@lexical/list";
10
11
-import { EmojiNode } from "./src/nodes/EmojiNode";
+import { EmojiNode } from "./src/nodes/EmojiNode.tsx";
12
13
let input : string = "", html : string = "";
14
const editor = createHeadlessEditor({
0 commit comments