v19.1.8

apple/containerv19.1.8Jun 1, 2026by eps1lon

AI Summary

Corrects a regression in version 19.1.7 regarding the absence of `FormData` entries within Server Actions.

Key Highlights

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

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.1.7
 ([#36567](https://github.com/facebook/react/pull/36567) by @unstubbable)