yjs / y-prosemirror

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

fix(type): type parameter errors of yjs #99

Closed Saul-Mirone closed 2 years ago

Saul-Mirone commented 2 years ago

This PR fix the type error when using:

  1. latest y-prosemirror
  2. latest yjs
  3. has strcit: true options enabled for typescript

Closes: #95

dmonad commented 2 years ago

Thank you! I will get this released this week with some other updates.