mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Previously, this step just set the mutable range of any alias set including any mutation to the end of the last mutable range of any of the containing identifiers. This change makes it so that the ends are only updated of the ranges that end before the last mutation. Fixes #852