ExcaliburCTP / Actively

Actively Travel App
0 stars 2 forks source link

MainLayout: User location prevent default props or update on new props #24

Closed SamuelWitke closed 6 years ago

SamuelWitke commented 6 years ago

Currently the main map has a call back to find the user location, so desired structure is map -> user location -> state -> props -> icon layer -> json (user loc) but what is happening is map -> state -> props -> icon layer -> json (default loc) So either force update icon layer on map change or make call in icon layer.