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
When calling the doc.incrementalPatch() method, the preSave hook is called with document data as the second argument instead of the RxDocument instance.
See IncrementalWriteQueue class implementation. I don't see the RxDocument instance in the context of this method, so I'm not sure what would be the best way to fix it.