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
On Desktop, you can only access the search bar after you're deselected a crossing. So the state of the selectedFeature is cleared out.
On Mobile, you can search for new locations even while you've selected a crossing. If you select a misc location from the search bar, your url params still display the previous crossing id.
This leads to at least 1 bug - you are unable to immediately reselect that same crossing.
This leads to a larger issue of reworking how CrossingMapPage's selectedFeature state should work with history.push
The text was updated successfully, but these errors were encountered:
On Desktop, you can only access the search bar after you're deselected a crossing. So the state of the selectedFeature is cleared out.
On Mobile, you can search for new locations even while you've selected a crossing. If you select a misc location from the search bar, your url params still display the previous crossing id.
This leads to at least 1 bug - you are unable to immediately reselect that same crossing.
This leads to a larger issue of reworking how CrossingMapPage's selectedFeature state should work with history.push
The text was updated successfully, but these errors were encountered: