next.js/packages/next-codemod/transforms/__testfixtures__/next-async-request-api-dynamic-apis/async-api-16.output.js
async-api-16.output.js7 lines187 B
import { cookies } from "next/headers";

function MyComponent() {
  callSomething(/* @next-codemod-error Manually await this call and refactor the function to be async */
  cookies());
}
Quest for Codev2.0.0
/
SIGN IN