Closed fergmac closed 2 weeks ago
searchQueryParams
is included as a function in two different files that get imported together, so I'm changing the function names to be distinct.
The mapbox map is registering duplicate routes to the router, causing this issue. Easy to fix with a catch statement.
We were accessing the Vue refs object incorrectly in one place.
Warning based on one place where we don't conditionally check if well.aquifer
is defined.
Describe the task Currently when running the application there are Mapbox related errors appearing in the console. These need to be resolved to maintain the map functionality.
Purpose We want to maintain the map functionality.
Acceptance Criteria
Additional context