Replies: 2 comments
-
|
My guess is that somehow |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You could start with checking whether data flows into the plugin (adding breakpoints into syncYjsChangesToLexical and syncLexicalUpdateToYjs). If you're not receiving any updates in there, ensure you pass document (room) id to the plugin and that yDoc is created in yDocMap Also, any chance you can have sandbox with code you're using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a LexicalComposer that has a CollaborationPlugin in it. I can see edits from both editors inside the Websockets by using the Chrome network inspector. However, the edits are not syncing in the LexicalComposer.
How do I go about debugging this? Further confusing me is that I have another LexicalComposer element that has no issues with collaborative syncing.
Beta Was this translation helpful? Give feedback.
All reactions