boy-bizzmine

Results 2 comments of boy-bizzmine

Same question as @tommhuth and same setup. Language files are loaded in async/await and only then activate()/load() is called. It seems to be working anyway but quite annoying if it...

We are experiencing the same issue (Vitest+react-codemirror) from the moment we introduced the following code (relevant parts): ``` import { Compartment, EditorState } from '@codemirror/state'; import { insertTab, indentLess }...