问题:
...
在此React(使用JSX)代码中做什么?它叫什么?
<Modal {...this.props} title='Modal heading' animation={false}>
解决方案:
参考一: https://stackoom.com/question/26HFZ/React中的这三个点是做什么的
参考二: https://oldbug.net/q/26HFZ/What-do-these-three-dots-in-React-do
React中的这三个点是做什么的?
...
在此React(使用JSX)代码中做什么?它叫什么?
<Modal {...this.props} title='Modal heading' animation={false}>
参考一: https://stackoom.com/question/26HFZ/React中的这三个点是做什么的
参考二: https://oldbug.net/q/26HFZ/What-do-these-three-dots-in-React-do