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 tap method of Collection seems broken. I only read the source but to me it seems like the callack gets passed a copy of the collection but NOT the copy is returned. So basically the callback acts on a Collection which will be GarbageCollected afterwards:
The tap method of Collection seems broken. I only read the source but to me it seems like the callack gets passed a copy of the collection but NOT the copy is returned. So basically the callback acts on a Collection which will be GarbageCollected afterwards:
Source
The text was updated successfully, but these errors were encountered: