leptos icon indicating copy to clipboard operation
leptos copied to clipboard

0.7 path! macro unexpected matching on static segments

Open Houski opened this issue 5 months ago • 0 comments

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.

Houski avatar Sep 03 '24 17:09 Houski