Closed Routhinator closed 1 year ago
I seem to have managed to resolve this now (don't know why I didn't think of it earlier) by installing "prosemirror-view": "^1.31.6"
explicitly into my package.json - but is this expected? I note you don't seem to need this in ngx-tiptap
Glad you fixed it. Some of this issue happens while updating the packages either angular or tiptap. Leaving some takeaways from my earlier encounter with similar issue. The following helped solve the issue, the issue is not with the editor
Some ways to fix this.
if you'd like to use prosemirror packages consider using @tiptap/pm package instead so you don't get duplicate packages or need to keep up with prosemirror and tiptap updates. Its just a re-export of prosemirror-* packages
Closing this issue as this is not an issue with the package. Feel free to continue the conversation if required. Thank you.
Thanks for the tips, I'll try that.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.
Hey there, looking for some guidance on getting extensions into ngx-tiptap without tripping on myself here. I know the docs say "read the tiptap docs" - but doing that has led me to this and I cannot seem to resolve it.
I've gone through the package.json for
ngx-tiptap@9.0.1
and aligned my versions so that they are all at2.0.4
and I have this:Yet it looks like somehow I have at least 6 versions of
prosemirror-view
being referenced in my resulting package.lock and that leads me to wonder if I've missed something in the directions because with that much variance in dependencies from packages that are all pinned to the same version series, it seems off...