add error boundry

This commit is contained in:
2025-12-11 22:31:55 -03:00
parent 5a00ebfc19
commit 6556c3eabb
5 changed files with 17 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ export async function loader({ params, request, context }: Route.LoaderArgs) {
})
if (!r.ok) {
console.log(r.status)
throw new Response(null, { status: r.status })
}