Coediting using Yjs in lexical editor #5059
Unanswered
SushanthKo-Kore
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We integrated and enabled a collaborative editor using lexical playground + yjs websocket setup..
When a single user enters the session and add content to the editor its fine, and when a new user joins this session the problem starts. As soon as the new user joined the content is synced in the editor but when this user starts editing or adding content into the editor, issue begins. In the editor of the first user we are seeing duplicate content being added as soon as a new user joined and started editing.
We tried the same using hocuspocus provider instead of y-websocket too, but still the same issue. Trying to figure out where the issue could be.
Beta Was this translation helpful? Give feedback.
All reactions