- Add extra loop protection to React Server Functions
- Prevents infinite loops in React Server Components
- Minor safety improvement with no breaking changes
Official React changelog summary with source attribution, release tags, and community reactions.
Track this React release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Fixed missing FormData entries in Server Actions for React Server Components.
Fix regression in React Server Components where FormData entries were missing in Server Actions
Fixed missing FormData entries in Server Actions.