In my app I have a query param at the application level. Most of the time it'll never make it's way into the URL because the default value is not changed. However, when it is, it seems like any {{href-to}} URL's don't know about that, probably because it isn't passed in as (query-params). The issue would be that child routes don't really have direct access to the current value to pass in. Is there a way for this helper to know about those and add them to the URL automatically?
In my app I have a query param at the
applicationlevel. Most of the time it'll never make it's way into the URL because the default value is not changed. However, when it is, it seems like any{{href-to}}URL's don't know about that, probably because it isn't passed in as(query-params). The issue would be that child routes don't really have direct access to the current value to pass in. Is there a way for this helper to know about those and add them to the URL automatically?