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 you have a parent with no changes that has a child with changes and are using DiffSyncModelFlags.NATURAL_DELETION_ORDER on the parent, the child will never be synced.
Environment
Observed Behavior
When you have a parent with no changes that has a child with changes and are using
DiffSyncModelFlags.NATURAL_DELETION_ORDER
on the parent, the child will never be synced.Expected Behavior
The child should be synced.
Steps to Reproduce
Check unit test in #249
The text was updated successfully, but these errors were encountered: