Change8

Migrating to React v19.2.2

Version v19.2.2 introduces 1 breaking change. This guide details how to update your code.

Released: 12/11/2025

1
Breaking Changes
1
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

react-server-dom-webpackreact-server-dom-unbundledPromiseFunction.prototype.toString

Breaking Changes

Issue #1

The `react-server-dom-webpack/*.unbundled` entry points have been moved to a private package `react-server-dom-unbundled`. Direct imports from the webpack subpath will no longer work.

Migration Steps

  1. 1
    Update imports referencing `react-server-dom-webpack/*.unbundled` to use the new internal structure or appropriate public APIs if available.

Release Summary

This release moves unbundled React Server DOM utilities to a private package and improves Server Function stability by patching Promise cycles and toString methods.

Need More Details?

View the full release notes and all changes for React v19.2.2.

View Full Changelog