我在 Next.js 项目中使用了 Algolia ,当我尝试调用时instantsearch
遇到了这个错误服务器错误
,我查看了调用堆栈跟踪,问题出在:point_left:这是一个导致问题的辅助函数这里。meilisearch 客户端对象在其返回对象中没有搜索方法,它只是一个空字符串。我们如何在 SSR 环境中使用 react Instantsearch?Instant-MeiliSearch 能解决这个问题吗?TypeError: this.client.search is not a function
findResultsState (Component, {meilisearchClient, indexName, searchState})
algoiasearch-helper
singleIndexSearch
问问题
17 次