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
Because form.buffer() and form.done() aren't global, and they rely on callAllChangeCallbacks() not being called in order to buffer changes.
The text was updated successfully, but these errors were encountered:
dxinteractive
changed the title
Bug: using form.buffer() and form.done() can lead to mismatches histories when forms are synced
Bug: using form.buffer() and form.done() in conjunction with useHistorySync() can lead to mismatched history indexes
Mar 18, 2022
Because
form.buffer()
andform.done()
aren't global, and they rely oncallAllChangeCallbacks()
not being called in order to buffer changes.The text was updated successfully, but these errors were encountered: