Skip to content

Commit

Permalink
docs: clarify react integration in changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 30, 2024
1 parent c8e2351 commit 4035591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/light-chairs-happen.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4035591

Please sign in to comment.