Yuki Takei 2 lat temu
rodzic
commit
ac22bad1e8

+ 0 - 1
packages/editor/src/components/CodeMirrorEditor.tsx

@@ -31,7 +31,6 @@ export const CodeMirrorEditor = (props: Props): JSX.Element => {
 
   const cmProps = useMemo<ReactCodeMirrorProps>(() => {
     return {
-      doc: '',
       onChange,
     };
   }, [onChange]);