yjs / y-prosemirror

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

fix: resolve typescript compile error for new prosemirror #123

Closed Saul-Mirone closed 1 year ago

Saul-Mirone commented 2 years ago

The prosemirror project now supports typescript officially. However, when using y-prosemirror together with latest prosemirror. There will be some compiler error because y-prosemirror still using the old type declarations from @types/prosemirror-* packages.

This PR is intend to solve this issue.

Scripts runned:

Saul-Mirone commented 2 years ago

A gentle ping... @dmonad

luishdz1010 commented 1 year ago

Any updates on this? TS lib checks is failing due to conflicting types

Saul-Mirone commented 1 year ago

Another gentle ping... @dmonad

dmonad commented 1 year ago

Thanks!