Closed philipheinser closed 7 years ago
Good question! Currently this is not possible. We could change it so that any parameters that are not part of the route definition would be added as query string to the decorated URL. Would that be a good solution?
It works like this now, please update to 1.0.20
how would i handle a route like this
domain.com/search?q=foo
. Creating a link<Link route="search" params={{ q: search }}>
does the right think when clicked but the adressbar only showsdomain.com/search
.