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
We updated the collection's count before the new value could be retrieved. Between updating the count and actually having something to retrieve was an async call, which allowed the UI thread to retrieve data which was not there.
0 commit comments