React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Children API Quiz
What does Children.only verify?
Report this question
That children is a single React element
Show Explanation
Children.only expects exactly one React element and throws if the value is not a single element.
That every child has a key
That there are no text children
That children is an array
Next Question (6/20)