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
We're using Preview 6 and have found that initializing Automerge.Text, like this:
doc.text = new Automerge.Text(largeString);
Causes the following error stack when called with a ~500kb string.
Uncaught (in promise) RangeError: Maximum call stack size exceeded
at updateTextObject (...)
at interpretPatch (...)
at getValue (...)
at applyProperties (...)
at updateMapObject (...)
at Context.interpretPatch [as applyPatch] (...)
at Context.applyAtPath (...)
at Context.setMapKey (...)
at Object.set (...)
I haven't spotted an issue for this so I thought I'd add one. Would be grateful to hear of any thoughts/workarounds.