fix: add ts-expect-error for AutumnProvider headers prop

This commit is contained in:
MaheshtheDev 2026-05-10 21:32:14 +00:00
parent 6e077e1a2f
commit 73e2894190

View file

@ -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 */}
<AutumnProvider
backendUrl={
process.env.NEXT_PUBLIC_BACKEND_URL ??