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
It would help the usability of changesets in Typescript if types for changesets were generic, e.g. BufferedChangeset<UserModel>, that way we would have the proper type safety and wouldn't have to rely on type casting constantly.