leptos
leptos copied to clipboard
0.7 path! macro unexpected matching on static segments
It appears that if you create these routes in this order with the path! macro (haven't tested if you use regular path segments):
path!("/property-api") path!("/property")
and then run Leptos and go to localhost:3000/property , the /property-api route will unexpectedly, match.