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
The issue seems to be the "normalization" of the path in the router, but I'm not that familiar with the code, and are not sure what happens if the normalization would just be removed.
Stencil version:
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request
Current behavior:
Using the router with path parameters will make the router pass all parameter values in lowercase to the route/render function.
Expected behavior:
Parameters should be passed without any modifications to the route.
Steps to reproduce:
1Bs9hcV5usFhyVJuqaNP3Q
(the Base58 version of an ULID)1bs9hcv5usfhyvjuqanp3q
Related code:
Other information:
The issue seems to be the "normalization" of the path in the router, but I'm not that familiar with the code, and are not sure what happens if the normalization would just be removed.
stencil-router/packages/router/src/router.ts
Line 80 in cf47ca8
The text was updated successfully, but these errors were encountered: