searchkit / searchkit-demo

React Elasticsearch example using Searchkit
https://searchkit.co/demo
226 stars 70 forks source link

I wonder why there is no Pagination Module in IMDB demo... Maybe It's missing in this version? #8

Closed lizekui closed 8 years ago

lizekui commented 8 years ago

I checkout demo file, and build successfully. While I could not find a Pagination Module under "http://localhost:3000/" page. But under "http://demo.searchkit.co/" page I found that module.

Here is my code snippet: Thanks first~~~

<NoHits suggestionsField={"topic"}/> <InitialLoader/> <Pagination showNumbers={true}/>

lizekui commented 8 years ago

Exhausted am I ... Finally I trace the bugs in lodash 's version. which in "package.json" file lodash is required "lodash": "^4.2.0", which is too old, deprecated.

[(https://github.com/searchkit/searchkit/pull/320)] helps me find this bug. THANKS! later I will contribute this bug~~