RangeError in HTML-MixedParser

Hello,

if I insert quotation marks (") in the situation given below, I get an RangeError-Exception that crashes the editor:

The checkRanges-Method in @common/lezer throws this error if from>=to and in this case both values are 17 so the error is thrown. Isn’t this an error in this function? Shouldn’t it be from>to? I wonder why nobody else reported this bahavior, so I’m quite confident that the error is on my side.

Thanks in advance!

Since this doesn’t happen in a plain CodeMirror setup, you’re going to have to provide more details. Also make sure all your dependencies (including transitive ones) are up to date by clearing your package lock.

After I re-installed all the codemirror-packages the error is gone.

Thank you very much and keep it up!