feat: tracing fe (#5487)

This commit is contained in:
Joel
2024-06-26 17:33:57 +08:00
committed by GitHub
parent 4e2de638af
commit 8fa6cb5e03
34 changed files with 2222 additions and 14 deletions

View File

@@ -160,6 +160,10 @@ const CodeEditor: FC<Props> = ({
// lineNumbers: (num) => {
// return <div>{num}</div>
// }
// hide ambiguousCharacters warning
unicodeHighlight: {
ambiguousCharacters: false,
},
}}
onMount={handleEditorDidMount}
/>