Back to Pull RequestsView on GitHub
#35441Open
Simple Review
react-reconciler: warn on removed flushSync API for custom renderers
by Dhanushkumarreddy0204•Jan 4, 2026
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