Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
ac22bad1e8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/editor/src/components/CodeMirrorEditor.tsx

+ 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]);