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

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