diff --git a/app/root.tsx b/app/root.tsx index 77c2494..0be3d42 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -1,5 +1,5 @@ import { rootAuthLoader } from "@clerk/remix/ssr.server"; -import { ClerkApp, ClerkErrorBoundary } from "@clerk/remix"; +import { ClerkApp } from "@clerk/remix"; import type { LoaderFunction, MetaFunction } from "@remix-run/node"; import { Links, @@ -23,8 +23,6 @@ export const meta: MetaFunction = () => { export const loader: LoaderFunction = (args) => rootAuthLoader(args); -export const ErrorBoundary = ClerkErrorBoundary(); - function App() { return (