Closed andy1li closed 1 year ago
Thanks for the repro @andy1li . I'll get back to you asap.
:tada: This issue has been resolved in version 3.0.0-next.177 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Wow, thank you @jakobrosenberg for the lightning fast fix!
BTW, search params seem to add an unnecessary index
in url. For example:
localhost:1337?foo=bar
redirects to localhost:1337/index?foo=bar
Not sure whether this is an intended behavior.
@andy1li thanks for the heads up. That's unintended, but harmless. I'll see if I can fix it.
This should be fixed now.
Describe the bugs
$params
won't pick up search params any more.Unnecessary
index
appears in url. For example:localhost:1337?foo=bar
redirects tolocalhost:1337/index?foo=bar
screenshot 1:
screenshot 2:
Reproduction
minimal repo:
https://github.com/andy1li/routify-bug-report
System Info