v19.2.7
every-app/open-seov19.2.7Jun 1, 2026by eps1lon
AI Summary
This release fixes a regression in React Server Components where `FormData` entries were missing from Server Actions, a bug introduced in version 19.2.6. The update ensures proper data handling within server-side action contexts.
Key Highlights
- Fixed missing `FormData` entries in Server Actions
- Addressed regression introduced in version 19.2.6
- Improved React Server Components stability
- PR #36566 by @unstubbable
New Features
- Fixed missing `FormData` entries in Server Actions
Full Release Notes
## React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.2.6 ([#36566](https://github.com/facebook/react/pull/36566) by @unstubbable)