Skip to content

Commit c81e198

Browse files
authored
Update codemod command in react-19-upgrade-guide.md
`codemod@latest` is no longer able to run the codemod recipe correctly
1 parent 7ecf008 commit c81e198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024/04/25/react-19-upgrade-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ All codemods are available in the [`react-codemod` repo](https://github.com/reac
105105
Run all codemods listed in this guide with the React 19 `codemod` recipe:
106106

107107
```bash
108-
npx codemod@latest react/19/migration-recipe
108+
npx codemod@0.18.12 react/19/migration-recipe
109109
```
110110

111111
This will run the following codemods from `react-codemod`:

0 commit comments

Comments
 (0)