We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0627c commit efe4a1dCopy full SHA for efe4a1d
e2e/solid-start/serialization-adapters/src/routes/__root.tsx
@@ -29,6 +29,7 @@ export const Route = createRootRoute({
29
links: [{ rel: 'stylesheet', href: appCss }],
30
}),
31
shellComponent: RootDocument,
32
+ notFoundComponent: (e) => <div>404 - Not Found {JSON.stringify(e.data)}</div>,
33
})
34
35
function RootDocument({ children }: { children: JSX.Element }) {
0 commit comments