You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
masonsi-dev
changed the title
[Bug]: NavLink and Link cannot parse the attribute of <a> tag correctly when use createHashRouter method to create hash router.
[Bug]: NavLink and Link cannot parse the href attribute of <a> tag correctly when use createHashRouter method to create hash router.
Nov 10, 2022
What version of React Router are you using?
v6.4.2
Steps to Reproduce
Expected Behavior
The tag's href attribute should be a hash url. It would work if I use instead of createHashRouter.
I change the code to . All the rest keeps same.
Actual Behavior
The text was updated successfully, but these errors were encountered: