React JS Quiz
Home
Blog
Privacy Policy
Contact Us
cloneElement Quiz
What happens if props.ref is passed to cloneElement?
Report this question
It replaces the original ref
Show Explanation
A ref supplied in the new props replaces the original ref.
It creates two refs automatically
It is converted to a key
It is ignored for all components
Next Question (10/20)