From 73e2894190e83e94df6673411e4e7837c705a3f9 Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Sun, 10 May 2026 21:32:14 +0000 Subject: [PATCH] fix: add ts-expect-error for AutumnProvider headers prop --- apps/web/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 9b4553a8..4dd28874 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -48,6 +48,7 @@ export default function RootLayout({ enableSystem={false} disableTransitionOnChange > + {/* @ts-expect-error — autumn-js/react types don't declare `headers` yet, but the prop is supported at runtime */}