kachnitel / RideTime

Mountain bike social riding app
3 stars 0 forks source link

Events on RidesScreen do not show until map is moved #73

Closed kachnitel closed 4 years ago

kachnitel commented 4 years ago
kachnitel commented 4 years ago

Race condition with setState not awaiting result in loadRides looks like the culprit

kachnitel commented 4 years ago

Fixed by rewriting to use new /locations?filter[]...&related=event endpoint, replacing the two separate requests for locations & events 03062e7