From c56c6234328a29930487295afe61597db48f058c Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Thu, 5 Dec 2024 18:04:11 -0500 Subject: [PATCH] docs: fix capitalization of TypeScript (#31682) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf16f287c29ce..b8fda5941314e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,7 +77,7 @@ React 19 brings in a number of breaking changes, including the removals of long- * Diffs for hydration errors: In the case of a mismatch, React 19 logs a single error with a diff of the mismatched content. * Compatibility with third-party scripts and extensions: React will now force a client re-render to fix up any mismatched content caused by elements inserted by third-party JS. -### Typescript Changes +### TypeScript Changes The most common changes can be codemodded with `npx types-react-codemod@latest preset-19 ./path-to-your-react-ts-files`.