We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
href()
*
href() util doesn't replace splat (*)
react-router 7.2.0
npm
href("/foo/*", { "*": "bar" }) // "/foo/bar"
href("/foo/*", { "*": "bar" }) // "/foo/*"