mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
generic error view with try again
This commit is contained in:
@@ -17,9 +17,7 @@ export const Route = createFileRoute("/callback")({
|
|||||||
},
|
},
|
||||||
|
|
||||||
component: RouteComponent,
|
component: RouteComponent,
|
||||||
errorComponent: ({ error, reset }) => (
|
errorComponent: ({ error }) => <GenericErrorView error={error} />,
|
||||||
<GenericErrorView error={error} resetErrorBoundary={reset} />
|
|
||||||
),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function RouteComponent() {
|
function RouteComponent() {
|
||||||
|
|||||||
Reference in New Issue
Block a user