v19.1.8

iOfficeAI/OfficeCLIv19.1.8Jun 1, 2026by eps1lon

AI Summary

This release fixes a regression in React Server Components where `FormData` entries were missing in Server Actions, correcting the behavior that was introduced in version 19.1.7.

Key Highlights

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

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)