mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
When a ref is removed from a class component, React now calls the previous ref-setter (if there was one) with null. Previously this was the case only for host component refs. A new test has been added.