Skip to content

href() util doesn't replace splat (*) #13166

Open
@vjee

Description

@vjee

I'm using React Router as a framework

Reproduction

href() util doesn't replace splat (*)

System Info

react-router 7.2.0

Used Package Manager

npm

Expected Behavior

href("/foo/*", { "*": "bar" }) // "/foo/bar"

Actual Behavior

href("/foo/*", { "*": "bar" }) // "/foo/*"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions