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
(re: #1489)
Our `load` function was not working correctly, by considering the base state
instead of the previous state when calling `updateCalculated` to fix caches.
This changes the `load` function to do basically the same thing as the
`replace`/`revert` functions that get called during the normal course of editing.
0 commit comments