v19.1.8

every-app/open-seov19.1.8Jun 1, 2026by eps1lon

AI Summary

This release addresses a regression in React Server Components where `FormData` entries were incorrectly omitted from Server Actions, a regression introduced in version 19.1.7. The update restores the expected behavior for form data handling on the server side.

Key Highlights

  • Fixed missing `FormData` entries in Server Actions
  • Addressed regression introduced in version 19.1.7
  • Improved React Server Components stability
  • PR #36567 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.1.7
 ([#36567](https://github.com/facebook/react/pull/36567) by @unstubbable)