You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs when editing the Tree due to missing insPrevID in the CRDTTree.
The issue seems to stem from incorrect nodes being returned in toTreeNodes because of the absence of the insPrevID information. It seems that the insPrevID might be missing when generating the document from the snapshot.
What happened:
An error occurs when editing the Tree due to missing
insPrevID
in the CRDTTree.The issue seems to stem from incorrect nodes being returned in
toTreeNodes
because of the absence of theinsPrevID
information. It seems that theinsPrevID
might be missing when generating the document from the snapshot.What you expected to happen:
Editing the Tree should work without encountering errors.
How to reproduce it (as minimally and precisely as possible):
To reproduce the issue, you can run the following test code:
Anything else we need to know?:
Environment:
yorkie version
):The text was updated successfully, but these errors were encountered: