Harun Karanja

Results 3 issues of Harun Karanja

I have realized that I can't use the state to get the value... I asked a question about 2 weeks ago and got no response. Please anyone with a solution...

https://user-images.githubusercontent.com/98604306/176841761-af583e08-9508-4780-b3c2-0fb53c736305.mp4 How do I solve this The code ```ts ``` Styles ```ts codeEditorStyles: { fontFamily: 'Muli', fontSize: 20, inputLineHeight: 28, highlighterLineHeight: 28, } ```

bug
help wanted

https://user-images.githubusercontent.com/98604306/178748289-369c9d25-24f3-4bda-8f80-7a37fb1af863.mp4 The code ``` const [editorCode, setEditorCode] = useState('') setEditorCode(value) } initialValue={ exampleCode } /> ``` when i remove `onChange={ value => setEditorCode(value) } ` , there's no issue but...