我已经为“Hit”创建了一个类组件,并将其添加到另一个我使用过 angoli react-instantsearch“Hits”的文件中。检查此代码::
<Hits
hitComponent={Hit}
className="mb-30"
showLoadingIndicator
/>
但是给了我一个警告::
警告:道具类型失败:提供给
hitComponent
的道具类型 无效,应为。object
Hits
function
我无法将“Hit”转换为功能组件。在这里如何将类组件值用作函数?