Closed Deepali1211 closed 4 months ago
I have never released a version 4.22.2 of CodeMirror.
Error seems to be coming from /app/node_modules/codemirror/lib/codemirror.js:88:3
file
I'm going to close this, since it seems you're talking about some pre-6 version of CodeMirror, referring to a nonexistent version number, and describing an issue that is more likely than not a problem in your own code.
Sorry for confusion, We are using these versions:
"@codemirror/autocomplete": "6.17.0",
"@codemirror/language": "6.10.2",
"@codemirror/lint": "6.8.1",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.28.4",
There is no node_modules/codemirror/lib/codemirror.js file in version 6+ of the library.
Describe the issue
Problem:
Our app is crashing while loading the Code Mirror Editor since version
4.22.2
with the errordocument is not defined
It was working fine till version4.22.1
Here is the stacktrace:
Browser and platform
No response
Reproduction link
No response