next.js/packages/next-codemod/transforms/__testfixtures__/next-async-request-api-dynamic-props/access-props-18.output.tsx
access-props-18.output.tsx11 lines395 B
export default function Page(props: any) {
  callback(/* @next-codemod-error 'props' is passed as an argument. Any asynchronous properties of 'props' must be awaited when accessed. */
  props, 1)
}

export function generateMetadata(props) {
  callback2(/* @next-codemod-error 'props' is passed as an argument. Any asynchronous properties of 'props' must be awaited when accessed. */
  props)
}

Quest for Codev2.0.0
/
SIGN IN