payloadcms / website

The official Next.js website for payloadcms.com
https://payloadcms.com
MIT License
372 stars 100 forks source link

chore: await dynamic APIs #378

Closed tylandavis closed 1 month ago

tylandavis commented 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.

Next.js change: https://github.com/vercel/next.js/pull/68812