Open
Description
I am facing issue when i use diffEditor with below issue.
app.js?id=54d2f2245e73c93ae703:2 TypeError: Cannot read properties of undefined (reading 'onDidChangeModelContent')
at Proxy.initMonaco (app.js?id=54d2f2245e73c93ae703:2)
at Proxy.mounted (app.js?id=54d2f2245e73c93ae703:2)
Below is the code snippet of Vue
<MonacoEditor
:value="content"
:language="language"
:options="options"
:theme="theme"
:diffEditor="diffEditor"
:original="originalContent"
@editorDidMount="editorDidMount"
@change="editorChange"
/>
Metadata
Metadata
Assignees
Labels
No labels