(feat): small error screen improvement
(feat): use correct type maps (fix): remove sudo from nix flake (wip): migrate ttp to mtp
This commit is contained in:
parent
fc6d8950d4
commit
4e69b8ef77
8 changed files with 463 additions and 187 deletions
|
|
@ -284,7 +284,7 @@ const rootRoute = createRootRoute({
|
|||
errorComponent: ({ error }: { error: Error }) => (
|
||||
<ErrorScreen
|
||||
description={error.message}
|
||||
error={"Error in TanStack Router: " + error.name}
|
||||
error={"Unknown Error: " + error.name}
|
||||
/>
|
||||
),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue