Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix missing command in next-codemod (#67216)
Running `pnpx @next/codemod@canary next-dynamic-access-named-export` found the following error ``` Invalid transform choice, pick one of: - name-default-component - add-missing-react-import - withamp-to-config - url-to-withrouter - cra-to-next - new-link - next-og-import - metadata-to-viewport-export - next-image-to-legacy-image - next-image-experimental - built-in-next-font ``` Turns out we're missing it in cli command list
- Loading branch information