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
Definitely worth adding yup. Technically this is a dupe of #129 - if we supported relative paths in route() and links, route('?foo') would be relative to the current route instead of being treated as /?foo.
Activity
developit commentedon Sep 8, 2017
Definitely worth adding yup. Technically this is a dupe of #129 - if we supported relative paths in
route()
and links,route('?foo')
would be relative to the current route instead of being treated as/?foo
.developit commentedon Sep 8, 2017
There's a PR open for the behavior if you're up for reviewing! #138 and my alternative that abuses the DOM to do it, #177.