Throw notFound() gets me a blank page
For example, whenever this code triggers a notFound, i get a blank page.
This is my router code:
The not found page is just a bunch of text for the 404 error
1 Reply
ratty-blushOP•17mo ago
Here is a code preview:
https://codesandbox.io/p/devbox/snowy-dust-fjhnx2?file=%2Fsrc%2Froutes%2F_layout%2F_layout-2%2Flayout-b.tsx%3A7%2C5
When you try access /layout-b, you get a blank page instead of notFoundComponent