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
I tried using Many<TChild>.RemoveAsync(IEnumerable<string> childIDs) and supplied it two childIDs, but only one child reference ever gets deleted from the collection. If I call Many<TChild>.RemoveAsync(string childID) for each childID, it removes both.
The text was updated successfully, but these errors were encountered:
I tried using
Many<TChild>.RemoveAsync(IEnumerable<string> childIDs)
and supplied it two childIDs, but only one child reference ever gets deleted from the collection. If I callMany<TChild>.RemoveAsync(string childID)
for each childID, it removes both.The text was updated successfully, but these errors were encountered: