From 40355918d4bc1312a8af4e0a8f8a057c1b09cb5d Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Tue, 30 Jul 2024 07:22:04 -0400 Subject: [PATCH] docs: clarify react integration in changeset --- .changeset/light-chairs-happen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/light-chairs-happen.md b/.changeset/light-chairs-happen.md index e214886548fae..486ecd327e6b0 100644 --- a/.changeset/light-chairs-happen.md +++ b/.changeset/light-chairs-happen.md @@ -3,7 +3,7 @@ 'astro': patch --- -**BREAKING CHANGE to the experimental Actions API only** +**BREAKING CHANGE to the experimental Actions API only.** Install the latest `@astrojs/react` integration as well if you're using React 19 features. Make `.safe()` the default return value for actions. This means `{ data, error }` will be returned when calling an action directly. If you prefer to get the data while allowing errors to throw, chain the `.orThrow()` modifier.