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 de4fb39 commit 5174e64Copy full SHA for 5174e64
packages/code-editor/src/CodeEditor/CodeEditor.tsx
@@ -6,6 +6,7 @@ import React, {
6
useRef,
7
useState,
8
} from 'react';
9
+//@ts-ignore Cannot find module 'react-dom/client' or its corresponding type declarations
10
import { createRoot } from 'react-dom/client';
11
import { type EditorView, type ViewUpdate } from '@codemirror/view';
12
0 commit comments