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
Add React state to the Map component and an asynchronous function to request the location data from the backend. (A useEffect hook with an empty dependency array would work for this). Once resolved, the state should be updated with the geoJSON returned. This will later be used by a Marker layer to put those locations on the map
Overview
Add React state to the Map component and an asynchronous function to request the location data from the backend. (A
useEffect
hook with an empty dependency array would work for this). Once resolved, the state should be updated with the geoJSON returned. This will later be used by a Marker layer to put those locations on the mapContext
Blocked by #22
The text was updated successfully, but these errors were encountered: