yjs / y-prosemirror

ProseMirror editor binding for Yjs
https://demos.yjs.dev/prosemirror/prosemirror.html
MIT License
345 stars 120 forks source link

Update lib.js #41

Closed holtwick closed 3 years ago

holtwick commented 3 years ago

Remove ProsemirrorMapping import. It is unused and causes problems with vite.js. Fixes #40

dmonad commented 3 years ago

Thanks, but simply removing the import will break the build because ProsemirrorMapping is used as a type.