imguolao / monaco-vue

Use monaco-editor loaded from CDN in Vue 2&3, no need to bundling.
https://imguolao.github.io/monaco-vue/
MIT License
212 stars 21 forks source link

editorRef maybe null #11

Closed Cat1007 closed 1 year ago

Cat1007 commented 1 year ago

https://github.com/imguolao/monaco-vue/blob/60528daef6131e749ff1a6f16e2f8578ddcaa512/packages/editor/src/components/Editor.ts#L118

if toggle unmounted hook before editorRef inited, this line of code will throw an error Error: TypeError: Cannot read properties of null (reading 'getModel')

imguolao commented 1 year ago

Got it, will be fixed in the next version.

imguolao commented 1 year ago

fixed in version@1.1.2