v19.2.7

Genymobile/scrcpyv19.2.7Jun 1, 2026by eps1lon

AI Summary

This release addresses a regression in React Server Actions where `FormData` entries were missing, restoring functionality from previous versions.

Key Highlights

  • Fixed missing `FormData` entries in Server Actions
  • Fix contributed by @unstubbable via PR #36566

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)