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
Checking the browser console I have the following errors:
When opening the settings dialog:
vue.runtime.esm.js:587 [Vue warn]: Error in mounted hook: "TypeError: Cannot read property 'rest' of undefined"
found in
---> <CodeEditor> at CodeEditor.vue
<ModalInner> at ModalInner.vue
<SettingsModal> at SettingsModal.vue
<Modal> at Modal.vue
<App> at App.vue
<Root>
si @ vue.runtime.esm.js:8
ft @ vuex.esm.js:6
ht @ vuex.esm.js:6
lt @ vuex.esm.js:6
Wt @ vuex.esm.js:6
insert @ vue.runtime.esm.js:8
T @ vue.runtime.esm.js:8
(anonymous) @ vue.runtime.esm.js:8
(anonymous) @ vue.runtime.esm.js:8
(anonymous) @ vuex.esm.js:6
(anonymous) @ vue.runtime.esm.js:8
(anonymous) @ vue.runtime.esm.js:8
$t @ vuex.esm.js:6
(anonymous) @ vuex.esm.js:6
dt @ vuex.esm.js:6
vue.runtime.esm.js:1737 TypeError: Cannot read property 'rest' of undefined
at Object.tokenize (prism.js:404)
at Object.highlight (prism.js:265)
at Object.sectionHighlighter (CodeEditor.vue:22)
at b (cleditHighlighter.js:137)
at cleditHighlighter.js:148
at Array.<anonymous> (clunderscore.js:11)
at a.parseSections (cleditHighlighter.js:146)
at Object.init (cleditCore.js:428)
at s.mounted (CodeEditor.vue:20)
at Wt (vue.runtime.esm.js:2917)
When I type something in the custom settings text box
Uncaught TypeError: Cannot read property 'rest' of undefined
at Object.tokenize (prism.js:404)
at Object.highlight (prism.js:265)
at Object.sectionHighlighter (CodeEditor.vue:22)
at b (cleditHighlighter.js:137)
at cleditHighlighter.js:148
at Array.<anonymous> (clunderscore.js:11)
at a.parseSections (cleditHighlighter.js:146)
at MutationObserver.h (cleditCore.js:183)
Would you have any idea what I'm doing wrong? Is this a server side issue?
Thanks for you help!
The text was updated successfully, but these errors were encountered:
Hi there,
First of all, thanks for the nice program.
I made a Docker container version of it and a user reported a problem setting yaml settings on it.
Checking the browser console I have the following errors:
Would you have any idea what I'm doing wrong? Is this a server side issue?
Thanks for you help!
The text was updated successfully, but these errors were encountered: