Closed aleclarson closed 2 years ago
Previously, the RouteParams type would include the file extension in the parameter name.
RouteParams
type Example = RouteParams<"/:name.webp"> // Before: { "name.webp": string } // After: { name: string }
Previously, the
RouteParams
type would include the file extension in the parameter name.