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 using calculatePatch today, the resulting patches incorrectly type their entry as DefaultEntry, when ideally the resulting Patch[] would be generic based on the actually tree's being used. Basically something like: Patch<T | K>[]