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
Once i get to this point in my app, I will test and provide a solution
A full stack detail would have been handy, as i am not sure if its you doing something wrong or DRAW, because this error means you are trying to access a Map<int, dynamic> or a List with a String using the [ ] operator. Which would just not work.
This occurs when there is a message with no replies. I believe the issue is that data['replies'] returns "" instead of null.
Also, FWIW, there is a typo in the method doc. It should be "Returns an empty list" instead of "Returns and empty list."
The text was updated successfully, but these errors were encountered: