v19.2.2
Breaking Changes📦 reactView on GitHub →
⚠ 1 breaking✨ 2 features🔧 4 symbols
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.
⚠️ Breaking Changes
- 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
- Update imports referencing `react-server-dom-webpack/*.unbundled` to use the new internal structure or appropriate public APIs if available.
✨ New Features
- Added support for patching Promise cycles in Server Functions.
- Added support for patching `toString` on Server Functions.
🔧 Affected Symbols
react-server-dom-webpackreact-server-dom-unbundledPromiseFunction.prototype.toString