[Bug]: #10308
Unanswered
jaisaravanan-kf
asked this question in
Q&A
[Bug]:
#10308
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of React Router are you using?
6.9
Steps to Reproduce
My route is
https://domainName/a/test/#!/students
I have created the hashRouter below and tried to render the student component if the above route matches.
I am getting below error
Expected Behavior
Should render the student component if the
/a/test/#!/students
matches.Actual Behavior
Not rendering the student component for the
/a/test/#!/students
url.Beta Was this translation helpful? Give feedback.
All reactions