skip to Main Content

Facebook api – Type is not assignable to type 'never' (Next.js, TypeScript) error on build

I have this error in console when trying to build my project: .next/types/app/facebook/page.ts:8:13 Type error: Type 'OmitWithTag<typeof import("D:/projects/abkh24/client/app/facebook/page"), "metadata" | "default" | "config" | "generateStaticParams" | "revalidate" | "dynamic" | "dynamicParams" | "fetchCache" | "preferredRegion" | "runtime" | "maxDuration" |…

VIEW QUESTION
Back To Top
Search