Closed tylandavis closed 1 month ago
Next.js dynamic APIs (cookies(), headers(), draftMode(), searchParams, and params) now return Promises. This PR refactors our use of these APIs to await their values.
cookies()
headers()
draftMode()
searchParams
params
Next.js change: https://github.com/vercel/next.js/pull/68812
Next.js dynamic APIs (
cookies()
,headers()
,draftMode()
,searchParams
, andparams
) now return Promises. This PR refactors our use of these APIs to await their values.Next.js change: https://github.com/vercel/next.js/pull/68812