From 1d76918b404d432d3bccfe4dfc0d7ecba29ee5f2 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Tue, 23 Apr 2024 23:09:01 -0400 Subject: [PATCH] Feedback --- src/content/blog/2024/04/01/react-19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2024/04/01/react-19.md b/src/content/blog/2024/04/01/react-19.md index 6590e5fe6..e77328d76 100644 --- a/src/content/blog/2024/04/01/react-19.md +++ b/src/content/blog/2024/04/01/react-19.md @@ -450,7 +450,7 @@ For some resource elements, React will suspend while waiting for the resource to To maintain compatibility with HTML and optimize performance, React will dedupe and hoist some but not all elements for all props. For the specific constraints, read the docs for [Resource and Metadata Components](/reference/react-dom/components#resource-and-metadata-components). -### Improved hydration for third-party scripts {/*improved-hydration-for-third-party-scripts*/} +### Compatability with third-party scripts and extensions {/*compatability-with-third-party-scripts-and-extensions*/} We've improved hydration to account for third-party scripts and browser extensions.