mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
This contains one code change, renaming the local function `ChildReconciler` to `createChildReconciler` as it's called as a function, not a constructor and to free up the name for the return value.