标签: reactjs react-redux algolia redux-saga
Hits hitComponent={Hit} {...this.props} />
在上面一行中, hitComponent 是' Hit'并且 {... this.props} 被设置为道具,但我希望它位于 hitComponent 。
Hit是一个单独的类,它被导入到上面代码所在的文件中。