Replies: 1 comment 1 reply
-
I have the same issue, did you ever find a way to fix it? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Router's notFoundMode is left default (fuzzy).
Example folder structure:
the path to the protected page in above structure is:
/about
. It contains a link to a non existent page:/about/test
. As far as I understand, this should render notFoundComponent in __root.tsx but it renders defaultNotFoundComponent defined in the router instance.Am I missing something?
Link to repro:
https://codesandbox.io/p/devbox/zealous-snyder-rdpxkl?workspaceId=ws_QnR4c4yxvqYer3MvhFWX9c
Beta Was this translation helpful? Give feedback.
All reactions