humanscape_anchor

Results 7 comments of humanscape_anchor

i got the same error ```tsx import Editor, { Monaco } from '@monaco-editor/react'; import * as monaco from '../../node_modules/monaco-editor/esm/vs/editor/editor.api'; import prettier from 'prettier'; import parser from 'prettier/parser-babel'; import { useRef...

![code-editor-error](https://user-images.githubusercontent.com/96774661/181781783-0d590164-3b3b-4008-8a8e-dbc00874896f.gif) ![code-editor-error2 gif](https://user-images.githubusercontent.com/96774661/181781814-46e261c3-b3b3-42c4-b522-5f08e34b3b9a.png) My guess is that there is something wrong with the initialization. When this error occurs, several editor writing fields are created, Only the code entered in the...

i got ran to example to monaco-editor from node_modules on my environment with VSCODE . the Error that `Element already has context attribute` is gone, but this error occure ![0730...

> react-native-dotenv it works for me! thanks a lot

i got same issue in long list what can i do ?

that's can not apply RN version. 68.2

> It's a bug in the library... I found this workround: > > ```js > import CodeMirror from "@uiw/react-codemirror"; > import { useRef } from "react"; > > export default...