Home

facebook/react

Status:Indexed
Analyzed 3d ago240K+ starsJavaScript

The library for web and native user interfaces.

Back to Pull Requests
#35441Open
Simple Review

react-reconciler: warn on removed flushSync API for custom renderers

by Dhanushkumarreddy0204Jan 4, 2026
View on GitHub

Summary

This PR introduces a development-time warning for custom React renderers that are still using the deprecated `reconciler.flushSync` API. It aims to improve developer experience by providing clearer error messages and guiding them towards the correct replacement APIs, without affecting production behavior.

Changes

+4057 additions-1962 deletions

Impact Areas

Developer ExperienceReconciliationCustom Renderers