Skip to content

Commit b4e57b8

Browse files
committed
ignore react client TS issue
1 parent 006aaa6 commit b4e57b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/code-editor/src/CodeEditor/CodeEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import React, {
66
useRef,
77
useState,
88
} from 'react';
9+
//@ts-ignore Cannot find module 'react-dom/client' or its corresponding type declarations
910
import { createRoot } from 'react-dom/client';
1011
import { type EditorView, type ViewUpdate } from '@codemirror/view';
1112

0 commit comments

Comments
 (0)