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
The ES modules distributed by ProseMirror now use ES6 class syntax. This means you can't subclass them from ES5-compiled function classes. You'll have to either not compile your own code down, or make sure you compile the ProseMirror libraries down, or use the CommonJS modules in the ProseMirror packages, which are still ES5.
I encountered a problem after updating prosemirror-state from 1.3.4 to 1.4.0.
When I try to select cells in a table, an error appears: Cannot call a class constructor without [new]
The text was updated successfully, but these errors were encountered: