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
Since all my state is frozen I discovered this by an exception, and tracked it down to the "replace" operation. I can see deepClone is used for the "add" operation, and prepared a PR for a similar fix to the "replace" operation.
And thanx @streamich for a very powerful library! I have implemented json-patch with ot and string diff support, and made 2 PR's for the issues I found, as I can see you are very busy with json-crdt now...
The text was updated successfully, but these errors were encountered:
Since all my state is frozen I discovered this by an exception, and tracked it down to the "replace" operation. I can see deepClone is used for the "add" operation, and prepared a PR for a similar fix to the "replace" operation.
And thanx @streamich for a very powerful library! I have implemented json-patch with ot and string diff support, and made 2 PR's for the issues I found, as I can see you are very busy with json-crdt now...
The text was updated successfully, but these errors were encountered: