mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
9da7ad557d
Currently AbstractState.alias performs three operations: - Reading a value - Storing the value - Updating aliasing (in the DisjointSet) This commit makes AbstractState.alias only responsible for updating the alias information. The rest of the operations are split into separate functions.