You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cloneElement example works because there's only one child, but the variable is called children, which could possibly cause confusion when someone adds more than one child and it doesn't work.
The
cloneElement
example works because there's only one child, but the variable is calledchildren
, which could possibly cause confusion when someone adds more than one child and it doesn't work.Should there be an example with:
The text was updated successfully, but these errors were encountered: