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
Fix down-conversion after modification in up-conversion
This fixes a class of bug where we would incorrectly attempt to restore
data during down-conversion of an object which had been modified during
up-conversion. We fix it by storing a hash alongside the restore data so
we know when the object has been modified.
0 commit comments