You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Error] TypeError: undefined is not an object (evaluating 'this.props.editorRef.focus')
Ei (vendor.js:29:411519)
(anonymous function) (vendor.js:29:417103)
Oe (vendor.js:29:492378)
(anonymous function) (vendor.js:29:412936)
Pi (vendor.js:29:412964)
Qt (vendor.js:29:401035)
Xt (vendor.js:29:400261)
Xt
(anonymous function) (vendor.js:29:706494)
Me (vendor.js:29:492119)
Gt (vendor.js:29:400054)
Gt
Error in Chrome 112.0.5615.137:
caught TypeError: Cannot read properties of undefined (reading 'focus')
at k.openCommandPalette (renderer.tsx:127:30)
at Object.je (react-dom.production.min.js:52:317)
at Ke (react-dom.production.min.js:52:471)
at react-dom.production.min.js:53:35
at ki (react-dom.production.min.js:100:68)
at Ei (react-dom.production.min.js:101:380)
at react-dom.production.min.js:113:65
at Oe (react-dom.production.min.js:292:189)
at react-dom.production.min.js:50:57
at Pi (react-dom.production.min.js:105:469)
The text was updated successfully, but these errors were encountered:
I was able to track down the commit which introduced the bug: Prior to eb17acc, it worked, with the commit, I get the error. In this commit, monaco-editor is upgraded from 0.34.0 to 0.34.1 and react-monaco-editor from 0.50.1 to 0.51.0. Unfortunately, my javascript skills are very limited and so I'm not sure how to debug this further but maybe it's a start for someone else.
The 'Commands' button no longer works for me:
Screen.Recording.2023-04-30.at.17.43.44.mov
This is the error in Safari 16.4:
Error in Chrome 112.0.5615.137:
The text was updated successfully, but these errors were encountered: