About react.cloneElement

my requirement is to add properties to all the components under the card component, but I keep reporting errors. The code is as follows:

:
clipboard.png
I have read a lot of materials, but I don"t know how to solve it

.
Mar.15,2021

give this.props.children const children = arrayify (this.props.children)

Menu