next.js/packages/next-codemod/transforms/__testfixtures__/next-async-request-api-dynamic-apis/async-api-03.input.tsx
async-api-03.input.tsx7 lines184 B
// If it's sync default export, convert to async and await the function call
import { draftMode } from 'next/headers'

export default function MyComponent() {
  draftMode().enable()
}
Quest for Codev2.0.0
/
SIGN IN