v19.2.7

iOfficeAI/OfficeCLIv19.2.7Jun 1, 2026by eps1lon

AI Summary

This release fixes a regression in React Server Components where `FormData` entries were missing in Server Actions, restoring functionality that was broken in version 19.2.6.

Key Highlights

  • Fixed missing `FormData` entries in Server Actions
  • Regression fix for version 19.2.6
  • React Server Components stability improvement

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)