We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173db70 commit bda187aCopy full SHA for bda187a
src/content/blog/2024/04/25/react-19-upgrade-guide.md
@@ -492,7 +492,7 @@ React 19 で削除された API に基づいて、TypeScript の型を整理し
492
npx types-react-codemod@latest preset-19 ./path-to-app
493
```
494
495
-`element.props` への不正確なアクセスが多い場合、この追加の codemod を実行できます。
+`element.props` への型安全ではないアクセスを多く行っている場合、以下の追加の codemod を実行できます。
496
497
```bash
498
npx types-react-codemod@latest react-element-default-any-props ./path-to-your-react-ts-files
0 commit comments