Closed stefan-krajnik closed 4 weeks ago
Reopen of https://github.com/hunghg255/reactjs-tiptap-editor/issues/70
The issue is still present y-prosemirror is not installed and neither are its peerDependencies. I was getting errors about missing yjs and y-protocols so I had to install of of them manually.
y-prosemirror
yjs
y-protocols
@stefan-krajnik I am not sure about this issue, Im using pnpm, and it work normally
I met this problem as well
@phuctranngh this issue is related to yarn, I fixed this, you can install the latest
Reopen of https://github.com/hunghg255/reactjs-tiptap-editor/issues/70
The issue is still present
y-prosemirror
is not installed and neither are its peerDependencies. I was getting errors about missingyjs
andy-protocols
so I had to install of of them manually.