FRONTEND
React v19.1.3
RESUMEN
React Server Components - Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` (@eps1lon #35290) - Patch Promise cycles and toString on Server Functions (@sebmarkbage, @unstubbable (
Descripción Detallada
React Server Components - Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` (@eps1lon #35290) - Patch Promise cycles and toString on Server Functions (@sebmarkbage, @unstubbable #35289, #35345)
Actualización de React v19.1.3 con cambios en Server Components.
- Se movió `react-server-dom-webpack/*.unbundled` a `react-server-dom-unbundled`.
- Se corrigieron ciclos de Promise y el método toString en Server Functions.
A quién le importa
Todos los que usan React Server Components.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
React v7.1.1
**Note:** 7.1.0 accidentally removed the `component-hook-factories` rule, causing errors for users who referenced it in their ESLint config. This is now fixed. - Add deprecated no-op `component-hook-factories` rule for backwards compatibility. ([@mofeiZ](https://github.com/mofeiZ) in [#36307](htt
FRONTEND
React v7.1.0
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better `set-state-in-effect` detection, improved ref validation, and more helpful error reporting. - Add ESLint v10 support. ([@azat-io](https: