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
fix: Factory::state and ::prependState generics (#55915)
The model passed to the closure is not the generic type TModel, but
rather the parent model (if any). Because we can't easily determine
the type of the parent model, we just use the base Model.
0 commit comments