customRoutes will match full routes including query params #1206
Labels
bug
M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented
Milestone
Description
Adding a
customRoute
which can receive query params will always fail since the match is done against the full URL, which includes the query params part.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: any
node version: any
OS version(s): any
Steps to reproduce:
This means adding something like:
Expected result:
What you expected to happen
Actual result:
The text was updated successfully, but these errors were encountered: