mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-23 16:58:38 +02:00
chore: preload nested deps
This commit is contained in:
@@ -14,8 +14,6 @@ export function DefaultCatchBoundary({ error }: ErrorComponentProps) {
|
||||
select: (state) => state.id === rootRouteId,
|
||||
})
|
||||
|
||||
console.error(error)
|
||||
|
||||
return (
|
||||
<div className="flex min-w-0 flex-1 flex-col items-center justify-center gap-6 p-4">
|
||||
<ErrorComponent error={error} />
|
||||
|
||||
Reference in New Issue
Block a user