leptos icon indicating copy to clipboard operation
leptos copied to clipboard

Optional param segments unrecognized by path! macro in 0.7 beta 2

Open Houski opened this issue 5 months ago • 1 comments

Something I noticed converting from 0.6 -> 0.7

path!("/property/:country_abbreviation?/:province_abbreviation?/:city?/:community?")

This will return the error of " Invalid param segment: country_abbreviation? ".

So missing routing parity to 0.6 with the path! macro.

Houski avatar Aug 30 '24 19:08 Houski