Open arnonrdp opened 1 year ago
I am facing the same issue
@arnonrdp were you able to fix this?
No, @rohitasare7.
I replaced this lib with this one: https://github.surmon.me/vue-codemirror
same problem. But I rolled back to highlight.js 11.8.0 and it worked.
Fixed by adding this in your package.json and reinstall simple-code-editor
"overrides": {
"simple-code-editor": {
"highlight.js": "~11.8.0"
}
},
Same problem here, I changing my dependencies on package.json to:
"highlight.js": "11.8.0",
"simple-code-editor": "^2.0.8"
Then just delete my yarn.lock (package.lock) and the node_modules and finally install again the dependencies with yarn or npm! Works perfectly and doesn't give any more errors in the console.
To more details see this: https://github.com/justcaliturner/simple-code-editor/pull/45
The highlight ceases to exist when the input field is edited. It also stops working when I change the language.
When this occurs, I receive the following message in the browser console:
https://github.com/justcaliturner/simple-code-editor/assets/26576201/40e646f8-f615-4fce-b392-a3cd99e2c8d3
Here is the snippet of my code:
Could anyone tell me if I'm missing something? @justcaliturner, any ideas?