I don't use strict comparison, so I expected this link would be marked as active because /foo and /foo?bar=1 seem to me pretty much same. Unfortunately there is no support for such low level distinction. Would you consider adding support for this (basically stripping query parameters from current route unless they are part of link's route)?
Let's consider example:
foo
with query parameter?bar=1
.I don't use strict comparison, so I expected this link would be marked as active because
/foo
and/foo?bar=1
seem to me pretty much same. Unfortunately there is no support for such low level distinction. Would you consider adding support for this (basically stripping query parameters from current route unless they are part of link's route)?