mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7f5d25e23e
Fix for an issue introduced in #28473 where cloneElement() with a string ref fails due to lack of an owner. We should use the current owner in this case. --------- Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>