next.js/packages/next-codemod/transforms/__testfixtures__/next-async-request-api-dynamic-apis/async-api-21.input.tsx
async-api-21.input.tsx7 lines234 B
const nextHeaders = import('next/headers')

function myFunc() {
  nextHeaders.cookies()
}

const nextHeaders2 = /* @next-codemod-error The APIs under 'next/headers' are async now, need to be manually awaited. */ import('next/headers')
Quest for Codev2.0.0
/
SIGN IN