From 158a84b625afce3a0505e06aef7b89d753a7e635 Mon Sep 17 00:00:00 2001 From: Ricky Date: Tue, 26 Mar 2024 13:15:08 -0400 Subject: [PATCH] Add useActionState to CHANGELOG-canary.md (#28632) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Lorber --- CHANGELOG-canary.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG-canary.md b/CHANGELOG-canary.md index 6040a0b246cb3..048f6a542e642 100644 --- a/CHANGELOG-canary.md +++ b/CHANGELOG-canary.md @@ -1,3 +1,8 @@ +## March 22, 2024 (18.3.0-canary-670811593-20240322) + +## React +- Added `useActionState` to replace `useFormState` and added `pending` value ([#28491](https://github.com/facebook/react/pull/28491)). + ## October 5, 2023 (18.3.0-canary-546178f91-20231005) ### React