ResultList not displaying results #1998
Unanswered
redlinecodes
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The given snippet doesn't contain any error by the description you've shared. To debug easily, please share a codesandbox. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm pretty sure I have all the config in there and 'name' is a valid field in the index. What does display is the stats and the pagination but not the actual results.
NOTE: I am not performing a search, I'm just trying to render the results page to do some minor styling changes from the default.
import { ResultList, ReactiveList } from '@appbaseio/reactivesearch';
const {ResultListWrapper} = ReactiveList;
Beta Was this translation helpful? Give feedback.
All reactions