Affected Projects
REACT SSR (next.js)
Library Version: x.y.z
3.0.0-rc.21
Describe the bug
After upgrading to latest I'm started getting this bug
appbaseio/reactivesearch/lib/components/result/ReactiveList.js:394:13
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Please check the docs for 3.x, renderData has been renamed to renderItem.
Vue Tutorial uses renderData. So fix it helps newcomers.
https://opensource.appbase.io/reactive-manual/vue/getting-started/reactivesearch.html#step-3-adding-filters-and-result-components
Most helpful comment
Please check the docs for
3.x,renderDatahas been renamed torenderItem.