Open Semigradsky opened 1 month ago
Ok, I found in examples that notFound
has not described option - global
- https://tanstack.com/router/latest/docs/framework/react/api/router/notFoundFunction#examples
Throwing not found error like throw notFound({ global: true })
fixing my issue.
Please describe it better in documentation.
Which project does this relate to?
Router
Describe the bug
In doc I see (https://tanstack.com/router/latest/docs/framework/react/guide/not-found-errors#notfoundmode-root) the example:
But I see another behaviour if I generate
notFound
error myself.Your Example Website or App
https://stackblitz.com/edit/github-ovpjyk-3gh8gb?file=src%2Fmain.tsx
Steps to Reproduce the Bug or Issue
Try to open "Not found" or "Sub Not found" - they will be work as expected.
Try to open "Generate Not found" page - it works in another way
Expected behavior
I expect that it will be works the same as described in documentation.
Screenshots or Videos
No response
Platform
Additional context
No response