v19.2.7

apple/containerv19.2.7Jun 1, 2026by eps1lon

AI Summary

Addresses a regression in version 19.2.6 where `FormData` entries were incorrectly omitted in Server Actions.

Key Highlights

  • Fixes missing FormData entries in Server Actions
  • Resolves regression from version 19.2.6

New Features

  • Fix for 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)