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,
|
||||
errorComponent: ({ error, reset }) => (
|
||||
<GenericErrorView error={error} resetErrorBoundary={reset} />
|
||||
),
|
||||
errorComponent: ({ error }) => <GenericErrorView error={error} />,
|
||||
});
|
||||
|
||||
function RouteComponent() {
|
||||
|
||||
Reference in New Issue
Block a user