From 86de11e79464b92cc6d5aebc403744c2ef5c8284 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 20 Aug 2021 13:57:32 -0400 Subject: [PATCH] link for monaco --- src/ScriptEditor/ui/Root.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ScriptEditor/ui/Root.tsx b/src/ScriptEditor/ui/Root.tsx index 114d18ddc..876787799 100644 --- a/src/ScriptEditor/ui/Root.tsx +++ b/src/ScriptEditor/ui/Root.tsx @@ -33,6 +33,7 @@ interface IProps { // https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html // https://www.npmjs.com/package/@monaco-editor/react#development-playground // https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-custom-languages +// https://github.com/threehams/typescript-error-guide/blob/master/stories/components/Editor.tsx#L11-L39 export function Root(props: IProps): React.ReactElement { const editorRef = useRef(null);