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
You're using dynamic dates for the names of the {confirmed,deaths,recovered} objects in a timeseries array.
The timeseries array should really have objects of type {date, confirmed, deaths, recovered}. To consume this in mobile, you'd have to pre-define all the possible dates and have them nullable or parse the timeseries as a string and split up the values.
The text was updated successfully, but these errors were encountered:
You're using dynamic dates for the names of the {confirmed,deaths,recovered} objects in a timeseries array.
The timeseries array should really have objects of type {date, confirmed, deaths, recovered}. To consume this in mobile, you'd have to pre-define all the possible dates and have them nullable or parse the timeseries as a string and split up the values.
The text was updated successfully, but these errors were encountered: