From d72034b5b50d979d9b317e565d23b51d38c45782 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Thu, 14 Sep 2023 13:54:22 -0600 Subject: [PATCH] bug in remix maybe? --- app/components/error-boundary.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/error-boundary.tsx b/app/components/error-boundary.tsx index 12175f31..e0f7f434 100644 --- a/app/components/error-boundary.tsx +++ b/app/components/error-boundary.tsx @@ -35,6 +35,7 @@ export function GeneralErrorBoundary({
{isRouteErrorResponse(error) ? (statusHandlers?.[error.status] ?? defaultStatusHandler)({ + // @ts-expect-error, pretty sure this is a bug in Remix error, params, })