next.js / packages /next-codemod /transforms /__testfixtures__ /next-async-request-api-dynamic-props /access-props-13.input.js
| // props should not be touched | |
| export default async function Page({ | |
| ...props | |
| }) { | |
| f1(props.params) | |
| } | |
| // props should not be touched | |
| export default async function Page({ | |
| ...props | |
| }) { | |
| f1(props.params) | |
| } | |