All links are active and have same href
In the DOM all the links have an href to the same path, even though clicking on it routes you to the correct page. It also says all of them are active at once

5 Replies
mute-gold•14mo ago
please provide a minimal complete example
mute-gold•14mo ago
please check this PR https://github.com/TanStack/router/pull/2506
GitHub
docs: add to
createLink documentation by christofferbergj · Pull ...Revise the text and examples in the createLink guide for better clarity and completeness.
Added sections for React Aria Components, Chakra UI and MUI with code examples to illustrate the usage of t...
mute-gold•14mo ago
doc needs to be updated for custom links
exotic-emeraldOP•14mo ago
This makes sense, thanks!