We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023b0c9 commit 37e5d0dCopy full SHA for 37e5d0d
src/components/FileEditor/TextEditor.tsx
@@ -52,7 +52,7 @@ const FileEditor = ({
52
// const settings = React.useContext(OptionsContext);
53
54
const editorRef = useRef<any>(null);
55
- const monacoRef = useRef<Monaco>(null);
+ const monacoRef = useRef<Monaco | null>(null);
56
57
const [fontSize, setFontSize] = useState(14);
58
0 commit comments