From 3f2cf0a2fe0b6514b4c7ce73f2cf24a8741638f0 Mon Sep 17 00:00:00 2001 From: Ricky Hanlon Date: Mon, 22 Apr 2024 11:27:33 -0400 Subject: [PATCH] More sections and TODOs --- src/content/blog/2024/04/01/react-19-upgrade-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/blog/2024/04/01/react-19-upgrade-guide.md b/src/content/blog/2024/04/01/react-19-upgrade-guide.md index d137b8544..023206266 100644 --- a/src/content/blog/2024/04/01/react-19-upgrade-guide.md +++ b/src/content/blog/2024/04/01/react-19-upgrade-guide.md @@ -272,6 +272,10 @@ TODO: note about React Native. ## Breaking Changes {/*breaking-changes*/} +### SECRET_INTERNALS have been renamed {/*secret-internals-have-been-renamed*/} + +TODO + ### Do not re-throw errors {/*do-not-rethrow-errors*/} TODO