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 5f9e4f3 commit 3aa7963Copy full SHA for 3aa7963
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.tsx";
+import { EmojiNode } from "./src/nodes/EmojiNode";
12
13
let input : string = "", html : string = "";
14
const editor = createHeadlessEditor({
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
+ "moduleResolution": "node",
5
"esModuleInterop": true,
6
"target": "es6",
7
"jsx": "react"
0 commit comments