import { Links, Meta, Outlet, Scripts, ScrollRestoration, useRouteError, } from "@remix-run/react" import { SDKLoadingError } from "./hooks/useApp" export function Layout({ children }: { children: React.ReactNode }) { return (
Loading...
} export function ErrorBoundary() { const error = useRouteError() console.error(error) return (Make sure you have proper configuration in Contentstack.
Check the console for the error.