Change8

v19.1.3

Breaking Changes
📦 reactView on GitHub →
1 breaking2 features🔧 3 symbols

Summary

This release updates React Server Components by moving unbundled webpack entry points to a private package and improving Server Function stability with Promise cycle patching and toString support.

⚠️ 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-specific unbundled path will no longer work.

Migration Steps

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

✨ New Features

  • Added patching for Promise cycles in Server Functions.
  • Added toString support on Server Functions.

🔧 Affected Symbols

react-server-dom-webpackreact-server-dom-unbundledServer Functions