[Bug]: #9833
Unanswered
GoLangCentral
asked this question in
Q&A
[Bug]:
#9833
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of React Router are you using?
^6.3.0
Steps to Reproduce
Create a default route like this :
<Route path="*" element={<div> Not Found </div>} />
Try to request a route path : https://localhost/#
Expected Behavior
I should see the NotFound component being rendered.
A request like this: https://localhost/# OR https://localhost/# will work.
Actual Behavior
Beta Was this translation helpful? Give feedback.
All reactions