mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
086636747f
Also when reusing elements in multiple contexts -- before we were mutating each element to indicate its validity; now we mutate the array containing it (which we create, in the case of rest-arg children). Fixes #2496. Fixes #3348.