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
The problem is that the `create` operation contains initial data
rather than a snapshot and `apply` requires the first param to be
a snapshot. So, the original implementation worked only for the
types which have the same type of initial data and snapshots.
0 commit comments