What does the ...
do in this React (using JSX) code and what is it called?
<Modal {...this.props} title="Modal heading" animation={false}>
What does the ...
do in this React (using JSX) code and what is it called?
<Modal {...this.props} title="Modal heading" animation={false}>