Issue with ProseMirror Integration: Warning When Initializing with y-prosemirror Plugins #149
Open
2 tasks done
Labels
bug
Something isn't working
Checklist
Describe the bug
I am experiencing a warning issue in a ProseMirror-based editor integrated with y-prosemirror plugins. The warning occurs when initializing the editor with the following y-prosemirror plugins: ySyncPlugin, yCursorPlugin, and yUndoPlugin. The exact warning message is as follows:
index.js:221 TextSelection endpoint not pointing into a node with inline content (doc).
To Reproduce
Steps to reproduce the behavior:
page.tsx:
yschema.ts:
Expected behavior
The editor should initialize without any warnings, and the y-prosemirror plugins should integrate seamlessly with ProseMirror.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment Information
npm ls yjs
to find out the exact version you are using.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: